add platform arm64 in workflow builder
Some checks failed
Docker Build / build (push) Failing after 11s
Some checks failed
Docker Build / build (push) Failing after 11s
This commit is contained in:
@@ -37,7 +37,6 @@ jobs:
|
||||
run: |
|
||||
docker build \
|
||||
-f Dockerfile \
|
||||
--no-cache\
|
||||
--build-arg BUILD_DATE=${BUILD_DATE} \
|
||||
--build-arg VERSION=${VERSION} \
|
||||
-t git.pi-farm.de/pi-farm/docker-baseimage-alpine:${VERSION} .
|
||||
@@ -47,7 +46,7 @@ jobs:
|
||||
run: |
|
||||
docker build \
|
||||
-f Dockerfile.aarch64 \
|
||||
--no-cache \
|
||||
--platform linux/arm64 \
|
||||
--build-arg BUILD_DATE=${BUILD_DATE} \
|
||||
--build-arg VERSION=${VERSION} \
|
||||
-t git.pi-farm.de/pi-farm/docker-baseimage-alpine:${VERSION} .
|
||||
|
||||
Reference in New Issue
Block a user