Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,10 @@ jobs:
os: windows-latest
node: x64
command: prebuild
- name: linux-x64 alpine
- name: linux-x64
os: ubuntu-latest
command: prebuild-cross
args: -i alpine --preinstall 'apk add python3'
- name: linux-x64 centos7
os: ubuntu-latest
command: prebuild-cross
args: -i centos7-devtoolset7 --preinstall 'yum install -y python3'
args: -i centos7-devtoolset7 -i alpine
- name: linux-arm
os: ubuntu-latest
command: prebuild-cross
Expand Down
Loading