Skip to content

Commit

Permalink
Drop support for ARMv7
Browse files Browse the repository at this point in the history
Node 19+ on Alpine seems to be broken on ARMv7: nodejs/docker-node#1798

Signed-off-by: David Mehren <git@herrmehren.de>
  • Loading branch information
davidmehren committed Jun 4, 2023
1 parent 0fcbca6 commit 77b6d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
cache-to: type=gha
build-args: |
VERSION=${{ env.HEDGEDOC_VERSION }}
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name == 'push' }}
tags: |
${{ env.HEDGEDOC_IMAGE }}:${{ env.TODAY }}-${{ matrix.base }}
Expand Down

0 comments on commit 77b6d37

Please sign in to comment.