From 1cbf70fb6af206a75d47fb6d8e3f11a596dca62d Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Fri, 6 Sep 2024 23:39:22 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B5=8B=E8=AF=95armv7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index e523a743..30b7bff6 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -67,7 +67,7 @@ jobs: - name: Build and push uses: docker/build-push-action@v6 with: - platforms: linux/armv7 + platforms: linux/arm/v7 push: true context: ./packages/ui/ tags: |