diff --git a/.github/workflows/container-registry-ghcr.yaml b/.github/workflows/container-registry-ghcr.yaml index be157ad..a5d9fe0 100644 --- a/.github/workflows/container-registry-ghcr.yaml +++ b/.github/workflows/container-registry-ghcr.yaml @@ -51,6 +51,6 @@ jobs: with: context: . labels: ${{ steps.meta.outputs.labels }} - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 push: true tags: ${{ steps.meta.outputs.tags }} diff --git a/Makefile.maker.yaml b/Makefile.maker.yaml index 63785c2..13b73c2 100644 --- a/Makefile.maker.yaml +++ b/Makefile.maker.yaml @@ -40,7 +40,7 @@ githubWorkflow: queries: security-extended pushContainerToGhcr: enabled: true - platforms: "linux/amd64,linux/arm64" + platforms: "linux/amd64" tagStrategy: - latest - semver