diff --git a/.github/workflows/release-production.yml b/.github/workflows/release-production.yml index 1ed7638..4bce590 100644 --- a/.github/workflows/release-production.yml +++ b/.github/workflows/release-production.yml @@ -56,7 +56,7 @@ jobs: file: ./auth-layer-proxy/Dockerfile cache-from: type=gha cache-to: type=gha,mode=max - platforms: linux/amd64, linux/arm64 + platforms: linux/amd64 push: true tags: ${{ env.REGISTRY }}/${{ github.repository }}:auth-layer-proxy-${{ env.TAG }}