diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ab1f741..aefc172 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,7 +73,7 @@ jobs: context: . file: ./Dockerfile tags: ${{ steps.info.outputs.tags_csv }} - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 push: ${{ steps.info.outputs.push }} cache-from: type=gha cache-to: type=gha,mode=max