Skip to content

Commit

Permalink
Disable linux/390x for now (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb authored Oct 27, 2023
1 parent b9680a3 commit c071039
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 @@ -143,7 +143,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 c071039

Please sign in to comment.