feat(arch): Add ARM64 image build
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
This commit is contained in:
parent
7d1aba878c
commit
79a66caa6d
|
@ -4,7 +4,7 @@ steps:
|
|||
settings:
|
||||
dry-run: true
|
||||
repo: git.merp.digital/${CI_REPO_OWNER}/${CI_REPO_NAME}
|
||||
platforms: linux/amd64
|
||||
platforms: linux/amd64,linux/arm64/v8
|
||||
registry: git.merp.digital
|
||||
when:
|
||||
- event: push
|
||||
|
@ -15,7 +15,7 @@ steps:
|
|||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
repo: git.merp.digital/${CI_REPO_OWNER}/${CI_REPO_NAME}
|
||||
platforms: linux/amd64
|
||||
platforms: linux/amd64,linux/arm64/v8
|
||||
registry: git.merp.digital
|
||||
tags: develop
|
||||
username: ${CI_REPO_OWNER}
|
||||
|
@ -29,7 +29,7 @@ steps:
|
|||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
repo: git.merp.digital/${CI_REPO_OWNER}/${CI_REPO_NAME}
|
||||
platforms: linux/amd64
|
||||
platforms: linux/amd64,linux/arm64/v8
|
||||
registry: git.merp.digital
|
||||
tags: ["latest", "${CI_COMMIT_TAG}"]
|
||||
username: ${CI_REPO_OWNER}
|
||||
|
|
Loading…
Reference in a new issue