File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 48
48
tool : arm-unknown-linux-musleabi
49
49
- name : arm32hf
50
50
tool : arm-unknown-linux-musleabihf
51
+ - name : arm32v7
52
+ tool : armv7-unknown-linux-musleabi
53
+ - name : arm32v7hf
54
+ tool : armv7-unknown-linux-musleabihf
51
55
- name : loong64
52
56
tool : loongarch64-unknown-linux-musl
53
57
- name : m68k
99
103
- name : Build ${{ matrix.name }}
100
104
run : |
101
105
sudo mkdir -p /opt/x-tools
102
- wget https://github.com/musl-cross/musl-cross/releases/download/20240903 /${{ matrix.tool }}.tgz
106
+ wget https://github.com/musl-cross/musl-cross/releases/download/20240923 /${{ matrix.tool }}.tgz
103
107
sudo tar xf ${{ matrix.tool }}.tgz -C /opt/x-tools
104
108
make CROSS_PREFIX=/opt/x-tools/${{ matrix.tool }}/bin/${{ matrix.tool }}- CFLAGS=${{ matrix.env.CFLAGS }} ENABLE_STATIC=1 -j`nproc`
105
109
- name : Upload ${{ matrix.name }}
You can’t perform that action at this time.
0 commit comments