From ccbc3ccef1076c3eeecff0254e49aea06018124c Mon Sep 17 00:00:00 2001 From: Josh Mandel Date: Thu, 30 May 2024 11:10:10 -0500 Subject: [PATCH] Build separate for gh --- .github/workflows/localdev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/localdev.yaml b/.github/workflows/localdev.yaml index 0bfc328e..5cc074df 100644 --- a/.github/workflows/localdev.yaml +++ b/.github/workflows/localdev.yaml @@ -43,7 +43,7 @@ jobs: - name: Build and push image for gh run: | docker buildx build --push \ - --platform linux/arm64 \ + --platform linux/amd64 \ --target gh \ -t ghcr.io/fhir/ig-publisher-gh:latest \ images/ig-publisher