Commit f6a8261 Marek Serafin
committed
1 parent 18b82e8 commit f6a8261 Copy full SHA for f6a8261
File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -24,17 +24,17 @@ jobs:
24
24
node : x64
25
25
command : prebuildify
26
26
- 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
30
29
- 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
34
32
- 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
38
38
name : Build ${{ matrix.name }}
39
39
runs-on : ${{ matrix.os }}
40
40
steps :
You can’t perform that action at this time.
0 commit comments