From 48b9e0a837a388279ff2111ea7b3cccffccf7168 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Wed, 30 Oct 2024 12:34:15 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5f396f..db65a90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - name: Publish to Docker Hub uses: docker/build-push-action@v6 with: - platforms: ${{ matrix.platform }} + platforms: linux/amd64,linux/arm64,linux/arm/v7 context: . push: true tags: ${{ env.TEST_TAG }}