From 61fd357b573a88cc31c686d13b77b61f5a14e16a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=B0=8F=E7=99=BD?= <296015668@qq.com> Date: Tue, 16 Jan 2024 12:17:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=20s390x?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e878a604..7d14026c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: with: username: wojiushixiaobai password: ${{ secrets.DOCKER_HUB_TOKEN }} - + - name: Login to GitHub Container Registry uses: docker/login-action@v3 with: @@ -38,7 +38,7 @@ jobs: with: context: . file: ${{ matrix.component }}/Dockerfile - platforms: linux/amd64,linux/arm64,linux/s390x + platforms: linux/amd64,linux/arm64 push: true tags: | wojiushixiaobai/jms_${{ matrix.component }}:${{ env.version }}