Skip to content

Commit

Permalink
fix: 移除 s390x
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai committed Jan 16, 2024
1 parent d14f1a5 commit 61fd357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }}
Expand Down

0 comments on commit 61fd357

Please sign in to comment.