From 66ac1fa9a704d3605df5e0954f037fa610f23fc3 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Wed, 10 Aug 2022 14:54:37 -0700 Subject: [PATCH] Revert "Build all available platforms" This reverts commit 9fc797e244c5fb33175e0399bac60850840c028a. --- .github/workflows/docker-publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 1a66b52..0a1cf28 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -19,6 +19,7 @@ env: REGISTRY_USERNAME: vividboarder # github.repository as / IMAGE_NAME: ${{ github.repository }} + PLATFORMS: linux/amd64,linux/arm,linux/arm64 jobs: build: @@ -87,7 +88,7 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - platforms: ${{ steps.buildx.outputs.platforms }} + platforms: ${{ env.PLATFORMS }} # Sign the resulting Docker image digest except on PRs. # This will only write to the public Rekor transparency log when the Docker