From 523762e47d30571db11c0fc7e90351a029319ec9 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Sat, 11 Dec 2021 00:21:51 +0000 Subject: [PATCH] scream test: removing linux/ppc64le as there are build errors - unsure if anyone is _actually_ using this in any case. I guess we'll find out... Signed-off-by: Adam Warner --- .github/workflows/test-and-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-build.yaml b/.github/workflows/test-and-build.yaml index 8c25d07..c3e38b6 100644 --- a/.github/workflows/test-and-build.yaml +++ b/.github/workflows/test-and-build.yaml @@ -77,7 +77,7 @@ jobs: uses: docker/build-push-action@v2 with: context: . - platforms: linux/amd64, linux/arm64, linux/386, linux/arm/v7, linux/arm/v6, linux/ppc64le + platforms: linux/amd64, linux/arm64, linux/386, linux/arm/v7, linux/arm/v6 build-args: | PIHOLE_DOCKER_TAG=${{ steps.meta.outputs.version }} push: true