From 84ab475d17783a9964cb7ce8d5754578d6ed5864 Mon Sep 17 00:00:00 2001 From: Andrew Davis <1709934+Savid@users.noreply.github.com> Date: Tue, 15 Aug 2023 11:24:13 +1000 Subject: [PATCH] revert(ci): multiarch --- .github/actions/deploy/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/deploy/action.yml b/.github/actions/deploy/action.yml index 3bf92c2..1e699dd 100644 --- a/.github/actions/deploy/action.yml +++ b/.github/actions/deploy/action.yml @@ -101,7 +101,7 @@ runs: # - $target_tag-commit tags: ${{ inputs.target_repository }}:${{ inputs.target_tag }}-${{ steps.git_commit_hash.outputs.git_commit_hash }},${{ inputs.target_repository }}:${{ inputs.target_tag }} push: true - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 labels: | ethpandaops.io.repo=${{ inputs.source_repository }} ethpandaops.io.commitRef=${{ inputs.source_ref }}