File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 64
64
name : Upload prebuild
65
65
uses : actions/upload-artifact@v4
66
66
with :
67
- name : build-linux-${{ matrix.linux_arch }}
67
+ name : build-linux-glibc- ${{ matrix.linux_arch }}
68
68
path : prebuilds/
69
69
if-no-files-found : ' error'
70
70
retention-days : 1
99
99
--build-arg="PLATFORM=${{ matrix.linux_arch == 'arm64' && 'arm64v8' || matrix.linux_arch }}" \
100
100
--output type=local,dest=./prebuilds,platform-split=false \
101
101
-f ./.github/docker/Dockerfile.musl \
102
- .
102
+ .
103
+ - id : upload
104
+ name : Upload prebuild
105
+ uses : actions/upload-artifact@v4
106
+ with :
107
+ name : build-linux-musl-${{ matrix.linux_arch }}
108
+ path : prebuilds/
109
+ if-no-files-found : " error"
110
+ retention-days : 1
111
+ compression-level : 0
Original file line number Diff line number Diff line change @@ -94,6 +94,9 @@ Below are the platforms that are available as prebuilds on each github release.
94
94
- s390x
95
95
- arm64
96
96
- x64
97
+ - Linux MUSL 1.1.20
98
+ - arm64
99
+ - x64
97
100
- MacOS universal binary
98
101
- x64
99
102
- arm64
You can’t perform that action at this time.
0 commit comments