Skip to content

Commit

Permalink
Also build arm64 image
Browse files Browse the repository at this point in the history
  • Loading branch information
wvengen committed May 14, 2024
1 parent 8c70346 commit a3c69e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
id: build
uses: docker/build-push-action@v5
with:
platforms: linux/amd64,linux/arm64
push: false
load: true
tags: spider:latest
Expand All @@ -53,6 +54,7 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
uses: docker/build-push-action@v5
with:
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: |
Expand Down

0 comments on commit a3c69e5

Please sign in to comment.