Skip to content

Commit 40ae6a9

Browse files
committed
Build on riscv
1 parent e605ec9 commit 40ae6a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Building V8
55

66
jobs:
77
build:
8-
runs-on: ubuntu-24.04${{matrix.arch=='arm64' && '-arm' || ''}}
8+
runs-on: ${{ matrix.arch=='amd' && 'ubuntu-24.04' || format('ubuntu-24.04-{0}', matrix.arch) }}
99
name: ${{ matrix.distro }} / ${{ matrix.arch }}
1010

1111
# V8 version from node-20: https://github.com/nodejs/node/blob/v20.x-staging-backport/deps/v8/include/v8-version.h
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
distro: [ 'alpine', 'rocky-8', 'debian-11', 'debian-12-libcxx']
17-
arch: [ 'amd64', 'arm64' ]
17+
arch: [ 'amd', 'arm', 'riscv']
1818
exclude:
1919
- distro: rocky-8
2020
arch: arm64

0 commit comments

Comments
 (0)