From 7291826b56eb2c942f5cb353605be25ff07ed360 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Wed, 30 Oct 2024 16:08:22 +0800 Subject: [PATCH] Update build-base-image.yml --- .github/workflows/build-base-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-base-image.yml b/.github/workflows/build-base-image.yml index b38667a..dbbfb22 100644 --- a/.github/workflows/build-base-image.yml +++ b/.github/workflows/build-base-image.yml @@ -34,7 +34,7 @@ jobs: with: context: . file: ./Dockerfile.runtime - platforms: ${{ matrix.platform }} + platforms: linux/amd64, linux/arm64, linux/arm/v7 push: true tags: ${{ secrets.DOCKERHUB_USERNAME }}/xiaomusic:${{ github.ref_name }}, ${{ secrets.DOCKERHUB_USERNAME }}/xiaomusic:runtime cache-from: type=local,src=/tmp/.buildx-cache