From be3a3f3cce5362e455397f35e237b98b6c4c1be9 Mon Sep 17 00:00:00 2001 From: Bill Plein <260078+bplein@users.noreply.github.com> Date: Mon, 2 Sep 2024 15:00:11 -0500 Subject: [PATCH] Update image-build-and-publish.yaml Multi-arch support --- .github/workflows/image-build-and-publish.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/image-build-and-publish.yaml b/.github/workflows/image-build-and-publish.yaml index b3160d0..afe6603 100644 --- a/.github/workflows/image-build-and-publish.yaml +++ b/.github/workflows/image-build-and-publish.yaml @@ -100,6 +100,7 @@ jobs: context: ./image push: ${{ github.event_name != 'pull_request' }} tags: ${{ env.TAGS }} + platforms: linux/amd64,linux/arm64 labels: ${{ steps.meta.outputs.labels }} # Sign the resulting Docker image digest except on PRs.