diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64bc82f..b95b5ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: context: . file: ./Dockerfile push: false - platforms: "linux/arm64,linux/amd64" + platforms: "linux/amd64" tags: | ${{ env.registry }}/${{ env.repository }}:${{ steps.vars.outputs.tag }} ${{ env.registry }}/${{ env.repository }}:latest diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a3462b9..4dc9a31 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: context: . file: ./Dockerfile push: true - platforms: "linux/arm64,linux/amd64" + platforms: "linux/amd64" tags: | ${{ env.registry }}/${{ env.repository }}:${{ steps.vars.outputs.tag }} ${{ env.registry }}/${{ env.repository }}:latest \ No newline at end of file