Skip to content

Commit

Permalink
build cloud to arm64 too
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed Jun 28, 2024
1 parent 4bd3b00 commit 498273f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ jobs:
uses: depot/build-push-action@v1
with:
context: .
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: true
file: "./docker/DockerfileNsjail"
tags: |
Expand Down Expand Up @@ -515,7 +515,7 @@ jobs:
uses: depot/build-push-action@v1
with:
context: .
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: true
file: "./docker/DockerfileReports"
tags: |
Expand Down

0 comments on commit 498273f

Please sign in to comment.