From 5f6412cf6cc048e23f9c6044523d79eeec14741c Mon Sep 17 00:00:00 2001 From: Disyer Date: Sat, 23 Mar 2024 14:17:56 +0200 Subject: [PATCH] github: Switch to arm64 --- .github/workflows/autobuild-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autobuild-workflow.yml b/.github/workflows/autobuild-workflow.yml index 37945f3..e120fc5 100644 --- a/.github/workflows/autobuild-workflow.yml +++ b/.github/workflows/autobuild-workflow.yml @@ -16,5 +16,5 @@ jobs: --frontend dockerfile.v0 \ --local context=. \ --local dockerfile=. \ - --opt platform=linux/amd64 \ + --opt platform=linux/arm64 \ --output type=image,name="${{ secrets.DOCKER_TAG }}",push=true,store=false