From 7decaccfcd1d35664c3d0557f5449c2298d5bbd2 Mon Sep 17 00:00:00 2001 From: clsferguson <48876201+clsferguson@users.noreply.github.com> Date: Wed, 10 Sep 2025 21:38:58 -0600 Subject: [PATCH] Add platform specification for Docker builds --- .github/workflows/sync-build-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sync-build-release.yml b/.github/workflows/sync-build-release.yml index a4caf7845..c237c931f 100644 --- a/.github/workflows/sync-build-release.yml +++ b/.github/workflows/sync-build-release.yml @@ -128,6 +128,7 @@ jobs: with: context: . file: ./Dockerfile + platforms: linux/amd64 push: true tags: | ${{ env.IMAGE_NAME }}:${{ needs.check-upstream.outputs.new_version }} @@ -202,6 +203,7 @@ jobs: with: context: . file: ./Dockerfile + platforms: linux/amd64 push: true tags: | ${{ env.IMAGE_NAME }}:${{ needs.check-upstream.outputs.new_version }}