From 28d07acf967e8310d12d006760190cd9a03f33c1 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Sun, 26 Sep 2021 01:01:12 +0200 Subject: [PATCH] Use amd64 to build --- .github/workflows/platform_natives.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/platform_natives.yaml b/.github/workflows/platform_natives.yaml index 74477f7..408246d 100644 --- a/.github/workflows/platform_natives.yaml +++ b/.github/workflows/platform_natives.yaml @@ -93,7 +93,7 @@ jobs: file: ./Dockerfile cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,mode=max,dest=/tmp/.buildx-cache - platforms: ${{ matrix.arch }} + platforms: linux/amd64 push: false load: true tags: |