mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2025-12-26 13:16:19 +00:00
TARGETPLATFORM needs to be set
Co-authored-by: yubiuser <ckoenig@posteo.de> Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env sh
|
||||
set -eux
|
||||
|
||||
docker buildx build ./src --tag pihole:${GIT_TAG} --no-cache
|
||||
docker buildx build ./src --build-arg TARGETPLATFORM="${TARGETPLATFORM}" --tag pihole:${GIT_TAG} --no-cache
|
||||
docker images pihole:${GIT_TAG}
|
||||
|
||||
# auto-format the pytest code
|
||||
|
||||
Reference in New Issue
Block a user