Skip to content

Commit 30d170d

Browse files
committed
exclude testing armv7 on node v24
no docker image available
1 parent 23d65d9 commit 30d170d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/node-js-packaging.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,9 @@ jobs:
242242
node:
243243
- '22'
244244
- '24'
245+
exclude:
246+
- target: armv7-unknown-linux-gnueabihf
247+
node: '24' # no docker image node:24-slim for armv7
245248
runs-on: ${{ contains(matrix.target, 'aarch64') && 'ubuntu-24.04-arm' || 'ubuntu-latest' }}
246249
steps:
247250
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)