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:
|
settings:
|
||||||
dry-run: true
|
dry-run: true
|
||||||
repo: git.merp.digital/${CI_REPO_OWNER}/${CI_REPO_NAME}
|
repo: git.merp.digital/${CI_REPO_OWNER}/${CI_REPO_NAME}
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64,linux/arm64/v8
|
||||||
registry: git.merp.digital
|
registry: git.merp.digital
|
||||||
when:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
|
@ -15,7 +15,7 @@ steps:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
repo: git.merp.digital/${CI_REPO_OWNER}/${CI_REPO_NAME}
|
repo: git.merp.digital/${CI_REPO_OWNER}/${CI_REPO_NAME}
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64,linux/arm64/v8
|
||||||
registry: git.merp.digital
|
registry: git.merp.digital
|
||||||
tags: develop
|
tags: develop
|
||||||
username: ${CI_REPO_OWNER}
|
username: ${CI_REPO_OWNER}
|
||||||
|
@ -29,7 +29,7 @@ steps:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
repo: git.merp.digital/${CI_REPO_OWNER}/${CI_REPO_NAME}
|
repo: git.merp.digital/${CI_REPO_OWNER}/${CI_REPO_NAME}
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64,linux/arm64/v8
|
||||||
registry: git.merp.digital
|
registry: git.merp.digital
|
||||||
tags: ["latest", "${CI_COMMIT_TAG}"]
|
tags: ["latest", "${CI_COMMIT_TAG}"]
|
||||||
username: ${CI_REPO_OWNER}
|
username: ${CI_REPO_OWNER}
|
||||||
|
|
Loading…
Reference in a new issue