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