diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index d0148fb..505382e 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -58,6 +58,6 @@ jobs: builder: ${{ steps.buildx.outputs.name }} context: . file: ./Dockerfile - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 push: true tags: ${{ steps.prep.outputs.tags }} \ No newline at end of file