File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 26
26
strategy :
27
27
fail-fast : false
28
28
matrix :
29
- os : [ ubuntu-latest ]
29
+ os : [ ubuntu-22.04 ]
30
30
target :
31
31
- arm-unknown-linux-gnueabihf
32
32
- aarch64-unknown-linux-gnu
41
41
- x86_64-unknown-linux-musl
42
42
- aarch64-unknown-linux-musl
43
43
- s390x-unknown-linux-gnu
44
+ - x86_64-pc-windows-gnu
44
45
steps :
45
46
- uses : actions/checkout@v3
46
47
with :
Original file line number Diff line number Diff line change 1
1
[build ]
2
2
dockerfile = " ./docker/linux-cross/Dockerfile"
3
3
4
+ [target .x86_64-pc-windows-gnu ]
5
+ pre-build = [
6
+ " apt-get update && apt-get install --assume-yes nasm clang wget" ,
7
+ " mkdir -pm755 /etc/apt/keyrings" ,
8
+ " wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources" ,
9
+ " apt install --assume-yes --install-recommends winehq-stable"
10
+ ]
11
+
4
12
[build .env ]
5
13
passthrough = [
6
14
" AWS_LC_SYS_NO_PREFIX" , " AWS_LC_FIPS_SYS_NO_PREFIX" ,
You can’t perform that action at this time.
0 commit comments