Skip to content

Commit f6a8261

Browse files
author
Marek Serafin
committed
test
1 parent 18b82e8 commit f6a8261

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ jobs:
2424
node: x64
2525
command: prebuildify
2626
- name: linux-x64
27-
os: ubuntu-latest
28-
command: prebuildify-cross
29-
args: --openssl_fips='' -i centos7-devtoolset7 -i alpine
27+
os: ubuntu-20.04
28+
command: prebuild-cross --tag-libc -i ghcr.io/node-usb/centos7-devtoolset7 -i ghcr.io/node-usb/alpine
3029
- name: linux-arm
31-
os: ubuntu-latest
32-
command: prebuildify-cross
33-
args: --openssl_fips='' -i linux-arm64-lts -i linux-armv7 -i linux-armv6
30+
os: ubuntu-20.04
31+
command: prebuild-cross --tag-armv -i ghcr.io/node-usb/linux-arm64 -i ghcr.io/node-usb/linux-armv7 -i ghcr.io/node-usb/linux-armv6
3432
- name: android-arm
35-
os: ubuntu-latest
36-
command: prebuildify-cross
37-
args: --openssl_fips='' -i android-arm64 -i android-armv7
33+
os: ubuntu-20.04
34+
command: prebuild-cross --tag-armv -i ghcr.io/node-usb/android-arm64 -i ghcr.io/node-usb/android-armv7
35+
- name: linux-x86
36+
os: ubuntu-20.04
37+
command: prebuild-cross -i ghcr.io/node-usb/linux-x86
3838
name: Build ${{ matrix.name }}
3939
runs-on: ${{ matrix.os }}
4040
steps:

0 commit comments

Comments
 (0)