diff --git a/.github/workflows/docker_image_gen.yaml b/.github/workflows/docker_image_gen.yaml index adc9c737..b7bef636 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,linux/arm64 + platforms: linux/amd64 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 e6cf89b9..33590291 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,linux/arm64 + platforms: linux/amd64 file: ./example.Dockerfile tags: datron1/superposition-demo-app:${{ steps.git_tag.outputs.docker_tag }}, datron1/superposition-demo-app:latest