Skip to content

Commit

Permalink
GitHub Actions - dropped support for platform linux/arm/v7 because …
Browse files Browse the repository at this point in the history
…`npm i` (`npm ci`) hangs forever from node `19`. Related issue: nodejs/docker-node#1798
  • Loading branch information
tg666 committed Jun 5, 2023
1 parent e542f89 commit aca9734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
context: .
file: Dockerfile
target: prod
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64
platforms: linux/arm64/v8,linux/amd64
tags: ${{ steps.docker_meta_crawler.outputs.tags }}
labels: ${{ steps.docker_meta_crawler.outputs.labels }}

Expand Down

0 comments on commit aca9734

Please sign in to comment.