difftreelog
ci remove windows gnu builds
in: master
While being tier-1 platform, it makes no sense to have binary builds for it, as there is no difference to end user which target was used
1 file changed
.github/workflows/release.ymldiffbeforeafterboth56 target:56 target:57 # Tier 157 # Tier 158 - aarch64-unknown-linux-gnu58 - aarch64-unknown-linux-gnu59 - i686-pc-windows-gnu59 - i686-unknown-linux-gnu60 - i686-pc-windows-msvc61 - i686-unknown-linux-gnu60 - x86_64-unknown-linux-gnu62 - x86_64-apple-darwin61 - x86_64-apple-darwin63 - x86_64-pc-windows-gnu62 - i686-pc-windows-msvc64 - x86_64-pc-windows-msvc63 - x86_64-pc-windows-msvc65 - x86_64-unknown-linux-gnu666467 # Other65 # Other68 - x86_64-unknown-linux-musl66 - x86_64-unknown-linux-musl71 os: ubuntu-latest69 os: ubuntu-latest72 bin: jrsonnet70 bin: jrsonnet73 name: jrsonnet-linux-gnu-aarch6471 name: jrsonnet-linux-gnu-aarch6474 - target: i686-pc-windows-gnu75 os: windows-latest76 bin: jrsonnet.exe77 name: jrsonnet-windows-gnu-i686.exe78 - target: i686-pc-windows-msvc72 - target: i686-pc-windows-msvc79 os: windows-latest73 os: windows-latest80 bin: jrsonnet.exe74 bin: jrsonnet.exe87 os: macOS-latest81 os: macOS-latest88 bin: jrsonnet82 bin: jrsonnet89 name: jrsonnet-darwin-amd6483 name: jrsonnet-darwin-amd6490 - target: x86_64-pc-windows-gnu91 os: windows-latest92 bin: jrsonnet.exe93 name: jrsonnet-windows-gnu-amd64.exe94 - target: x86_64-pc-windows-msvc84 - target: x86_64-pc-windows-msvc95 os: windows-latest85 os: windows-latest96 bin: jrsonnet.exe86 bin: jrsonnet.exe120 if: ${{ matrix.target == 'i686-unknown-linux-gnu' }}110 if: ${{ matrix.target == 'i686-unknown-linux-gnu' }}121 run: sudo apt install gcc-multilib111 run: sudo apt install gcc-multilib122123 - name: Windows x86 cross compiler124 if: ${{ matrix.target == 'i686-pc-windows-gnu' }}125 uses: egor-tensin/setup-mingw@v2126 with:127 platform: x86128112129 - name: Musl gcc113 - name: Musl gcc130 if: ${{ endsWith(matrix.target, '-musl') }}114 if: ${{ endsWith(matrix.target, '-musl') }}