diff --git a/.github/workflows/container-stable.yaml b/.github/workflows/container-stable.yaml index ed746fb..d5d5954 100644 --- a/.github/workflows/container-stable.yaml +++ b/.github/workflows/container-stable.yaml @@ -38,7 +38,8 @@ jobs: builder: ${{ steps.buildx.outputs.name }} context: . file: ./Dockerfile - platforms: linux/amd64,linux/arm64 + # platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 push: true tags: | ghcr.io/${{ github.repository }}:stable