Skip to content

Commit

Permalink
Add multi-platform docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumDancer committed Dec 2, 2023
1 parent 79e0445 commit 92d0f88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
with:
context: .
file: Dockerfile
platforms: linux/amd64,linux/arm64
push: ${{ github.repository == 'ALU-Schumacher/docker-gcc-fortran' && github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 92d0f88

Please sign in to comment.