revert: Base image doesn't do ARM :(
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
5e72c24b58
commit
56c1c804e6
|
@ -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,linux/arm64/v8
|
platforms: linux/amd64
|
||||||
registry: git.merp.digital
|
registry: git.merp.digital
|
||||||
when:
|
when:
|
||||||
- event: [push, manual]
|
- event: [push, manual]
|
||||||
|
@ -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,linux/arm64/v8
|
platforms: linux/amd64
|
||||||
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,linux/arm64/v8
|
platforms: linux/amd64
|
||||||
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