1
0
Fork 0

refactor: Update build pipeline in .woodpecker.yml
ci/woodpecker/push/woodpecker Pipeline failed Details

The build pipeline in .woodpecker.yml was updated to use a new image and include additional platforms. The registry, repo, tags, and build arguments were also modified.
naicoi 2023-05-18 01:29:28 +07:00
parent 7316e1e9d7
commit 2f81124c11
Signed by: naicoi
GPG Key ID: 7142E472DF7CF7D9
1 changed files with 6 additions and 3 deletions

View File

@ -9,12 +9,15 @@ matrix:
platform: linux/amd64
pipeline:
build:
image: woodpeckerci/plugin-docker-buildx
image: thegeeklab/drone-docker-buildx
settings:
registry: techio.dev
repo: techio.dev/${CI_REPO}
platforms: linux/amd64,linux/arm64/v8
tag: ${version}-${os}
platforms:
- linux/amd64
- linux/arm64
tags:
- ${version}-${os}
build_args:
- tag=${version}-${os}
username: deploy