diff --git a/.github/workflows/pack.yml b/.github/workflows/pack.yml index c44cc942e51..c9ce0c2b24a 100644 --- a/.github/workflows/pack.yml +++ b/.github/workflows/pack.yml @@ -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 }}