diff --git a/.github/workflows/build-artifacts.yml b/.github/workflows/build-artifacts.yml index 61963290c44c..632950b01d13 100644 --- a/.github/workflows/build-artifacts.yml +++ b/.github/workflows/build-artifacts.yml @@ -94,7 +94,6 @@ jobs: file: ./build-support/docker/Consul-Dev.dockerfile labels: COMMIT_SHA=${{ github.sha }},GITHUB_BUILD_URL=${{ env.GITHUB_BUILD_URL }} push: true - platform: linux/amd64 # This is required or else the image is not pullable. # See https://github.com/docker/build-push-action/issues/820 for further # details.