Skip to content

Commit

Permalink
CI: cease Docker builds for linux/arm/v7
Browse files Browse the repository at this point in the history
The latest Node.js hung on linux/arm/v7. Maybe due to emulation,
maybe because folks are not paying attention to 32-bit platform
anymore.

Either way, let's drop it for now so we can get CI green again.
  • Loading branch information
jesec committed Jun 12, 2023
1 parent 6741c61 commit 3b8a66c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-rolling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
with:
context: .
file: ./distribution/containers/Dockerfile.release
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
push: true
tags: jesec/flood:master
build-args: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
build-args: VERSION=${{ steps.parse_semver.outputs.FULL_VERSION }}
context: .
file: ./distribution/containers/Dockerfile.release
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
push: true
tags: |
jesec/flood:latest
Expand Down

0 comments on commit 3b8a66c

Please sign in to comment.