We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0767311 commit c7f45f5Copy full SHA for c7f45f5
1 file changed
.github/workflows/build.yml
@@ -2,27 +2,27 @@ name: build
2
on:
3
push:
4
branches:
5
- - master
+ - linux-static-linkage
6
pull_request:
7
8
9
jobs:
10
compile:
11
runs-on: ${{ matrix.os }}
12
strategy:
13
fail-fast: false
14
matrix:
15
include:
16
- - os: windows-latest
17
- platform: win32-x64
+ #- os: windows-latest
+ # platform: win32-x64
18
- os: ubuntu-22.04
19
platform: linux-x64
20
- - os: ubuntu-22.04-arm
21
- platform: linux-arm64
22
- - os: macos-latest
23
- platform: darwin-x64
24
25
- platform: darwin-arm64
+ #- os: ubuntu-22.04-arm
+ # platform: linux-arm64
+ #- os: macos-latest
+ # platform: darwin-x64
+ # platform: darwin-arm64
26
steps:
27
- uses: actions/checkout@v4
28
with:
0 commit comments