Change linux ia32 build to armv7l
This commit is contained in:
4
.github/workflows/build-and-release.yml
vendored
4
.github/workflows/build-and-release.yml
vendored
@@ -31,8 +31,8 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
- name: Build (ia32)
|
- name: Build (armv7l)
|
||||||
run: npm run build -- --arch ia32
|
run: npm run build -- --arch armv7l
|
||||||
|
|
||||||
- name: Build (x64)
|
- name: Build (x64)
|
||||||
run: npm run build -- --arch x64
|
run: npm run build -- --arch x64
|
||||||
|
Reference in New Issue
Block a user