mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2026-02-15 07:26:07 +00:00
Also spcify the platform to run the test container on
Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env sh
|
||||
set -eux
|
||||
|
||||
docker buildx build ./src --build-arg TARGETPLATFORM="${TARGETPLATFORM}" --tag pihole:${GIT_TAG} --no-cache
|
||||
docker buildx build ./src --platform "${TARGETPLATFORM}" --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