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