Skip to content

Commit

Permalink
fix: re-enable ARM builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Datron committed Sep 7, 2024
1 parent 37306e7 commit ddc17ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_image_gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/example_docker_image_gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ddc17ad

Please sign in to comment.