Skip to content

Commit 755456c

Browse files
authored
fix: nodejs 24.x for arm64 and amd64 not arm/v7 (#2084)
1 parent e0d654d commit 755456c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/build-base-image.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ jobs:
1818
platform: linux/amd64
1919
- vm: ubuntu-24.04-arm
2020
arch: arm
21+
node: 22.x
2122
platform: linux/arm64,linux/arm/v7
23+
- vm: ubuntu-24.04-arm
24+
arch: arm
25+
node: 24.x
26+
platform: linux/arm64
2227
runs-on: ${{ matrix.vm }}
2328
steps:
2429
- uses: actions/checkout@v4
@@ -102,5 +107,5 @@ jobs:
102107
with:
103108
packages: signalk-server-base
104109
delete-untagged: true
105-
delete-tags: amd-24.04-22.x,arm-24.04-24.x
110+
delete-tags: amd-24.04-24.x,amd-24.04-22.x,arm-24.04-24.x,arm-24.04-22.x
106111
token: ${{ secrets.GHCR_PAT }} # Need to have delete permission

0 commit comments

Comments
 (0)