We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 223f87e + 0eb4dd6 commit 31a0b8fCopy full SHA for 31a0b8f
1 file changed
.github/workflows/create-release.yml
@@ -19,13 +19,18 @@ jobs:
19
- ubuntu-22.04
20
- macos-15
21
- macos-15-intel
22
+ - ubuntu-24.04-ppc64le
23
+ include:
24
+ - os: ubuntu-24.04-ppc64le
25
+ arch: ppc64le
26
runs-on: ${{ matrix.os }}
27
steps:
28
- uses: actions/checkout@v2
29
- name: Use Node.js ${{ matrix.node-version }}
- uses: actions/setup-node@v4
30
+ uses: actions/setup-node@v6
31
with:
32
node-version: ${{ matrix.node-version }}
33
+ architecture: ${{ matrix.arch }}
34
- name: Install dependencies
35
if: ${{ startsWith(matrix.os, 'ubuntu') }}
36
run: sudo apt install -y unixodbc-dev
0 commit comments