Skip to content

Commit

Permalink
add arm64 to build platforms list
Browse files Browse the repository at this point in the history
  • Loading branch information
notbakaneko committed Sep 13, 2023
1 parent 056a44e commit 6d8c2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
"GIT_SHA=osu-web@${{ (github.ref_type == 'tag' && github.ref_name) || github.sha }}"
context: .
file: ./Dockerfile.deployment
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 6d8c2ce

Please sign in to comment.