Skip to content

Commit

Permalink
Remove linux/s390x for now (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb authored Oct 27, 2023
1 parent 7ebcdc3 commit 19be23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
continue-on-error: true
with:
context: .
platforms: linux/amd64, linux/arm64, linux/s390x, linux/arm/v7, linux/arm/v6
platforms: linux/amd64, linux/arm64, linux/arm/v7, linux/arm/v6
push: ${{ steps.nrVersion.outputs.push }}
file: .docker/Dockerfile.alpine
build-args: |
Expand Down

0 comments on commit 19be23a

Please sign in to comment.