diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 82adb36..2fe0e63 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -27,7 +27,7 @@ jobs: docker buildx build \ --cache-from "type=local,src=/tmp/.buildx-cache" \ --cache-to "type=local,dest=/tmp/.buildx-cache" \ - --platform linux/arm64 \ + --platform linux/amd64 \ --output "type=image,push=false" \ --tag albertoxamin/bang:test \ --file ./Dockerfile ./