make alpine dockerfile arch-agnostic
This commit is contained in:
parent
5eced4ed2d
commit
125caa8a3e
1 changed files with 64 additions and 61 deletions
|
|
@ -22,7 +22,7 @@ steps:
|
|||
image: woodpeckerci/plugin-docker-buildx:4.2.0
|
||||
secrets: [RED_HAT_DEV_PW]
|
||||
settings:
|
||||
platforms: linux/arm64
|
||||
platforms: linux/${ARCH}
|
||||
Dockerfile: docker/Dockerfile-${PLATFORM}
|
||||
experimental: true
|
||||
repo: devxygmbh/${ARCH}-binaries-r-${PLATFORM}
|
||||
|
|
|
|||
Loading…
Reference in a new issue