From 6d8c2ceb8cd4077c604493fd90d8b3fbb4aceac5 Mon Sep 17 00:00:00 2001 From: bakaneko Date: Wed, 13 Sep 2023 14:30:02 +0900 Subject: [PATCH] add arm64 to build platforms list --- .github/workflows/pack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}