From 2e1a902f56c27965c87757642f96543fc7c192e8 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Wed, 3 Jan 2024 01:53:45 +0100 Subject: Remove now-unsupported mips architectures Apparently these are now Tier 3. --- .github/workflows/build-release.yml | 8 -------- 1 file changed, 8 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index c8c461f..01bc205 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -39,14 +39,6 @@ jobs: target: arm-unknown-linux-musleabihf compress: true cargo_flags: "" - - os: ubuntu-latest - target: mips-unknown-linux-musl - compress: false - cargo_flags: "--no-default-features" - - os: ubuntu-latest - target: mipsel-unknown-linux-musl - compress: true - cargo_flags: "--no-default-features" - os: ubuntu-latest target: riscv64gc-unknown-linux-gnu compress: false -- cgit v1.2.3