1
0
Fork 0

Refactor build pipeline in .woodpecker.yml
ci/woodpecker/push/woodpecker Pipeline failed Details

Removed platform options from matrix and updated pipeline to use only version and os.
main
naicoi 2023-05-18 13:49:35 +07:00
parent a1fb105b0b
commit bce3eebe49
Signed by: naicoi
GPG Key ID: 7142E472DF7CF7D9
1 changed files with 1 additions and 4 deletions

View File

@ -1,7 +1,4 @@
matrix:
platform:
- arm64
- amd64
os:
- alpine
- slim
@ -11,7 +8,7 @@ matrix:
- 20
pipeline:
${version}-${os}-${platform}:
${version}-${os}:
image: woodpeckerci/plugin-docker-buildx
settings:
repo: lttech/vercel