From ddc17ad31d7fccd0cd4b8935c8e62e4a7012a7b2 Mon Sep 17 00:00:00 2001 From: Kartik Date: Sat, 7 Sep 2024 18:11:02 +0530 Subject: [PATCH] fix: re-enable ARM builds --- .github/workflows/docker_image_gen.yaml | 2 +- .github/workflows/example_docker_image_gen.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker_image_gen.yaml b/.github/workflows/docker_image_gen.yaml index b7bef636..adc9c737 100644 --- a/.github/workflows/docker_image_gen.yaml +++ b/.github/workflows/docker_image_gen.yaml @@ -40,5 +40,5 @@ jobs: with: push: true context: . - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 tags: datron1/superposition:${{ steps.git_tag.outputs.docker_tag }}, datron1/superposition:latest diff --git a/.github/workflows/example_docker_image_gen.yaml b/.github/workflows/example_docker_image_gen.yaml index 33590291..e6cf89b9 100644 --- a/.github/workflows/example_docker_image_gen.yaml +++ b/.github/workflows/example_docker_image_gen.yaml @@ -40,6 +40,6 @@ jobs: with: push: true context: . - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 file: ./example.Dockerfile tags: datron1/superposition-demo-app:${{ steps.git_tag.outputs.docker_tag }}, datron1/superposition-demo-app:latest