From 2f4ea3764ef007fd3dadd0991ea3e9382f577f9b Mon Sep 17 00:00:00 2001 From: Adrian Groh Date: Mon, 11 Mar 2024 11:49:04 +0100 Subject: [PATCH] ci(release): remove NetBSD build closes #36 --- .github/workflows/release.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 60972f8..2008cd6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,6 @@ jobs: - x86_64-unknown-linux-gnu - x86_64-unknown-linux-musl - x86_64-apple-darwin - - x86_64-unknown-netbsd - x86_64-unknown-freebsd - x86_64-pc-windows-gnu - aarch64-apple-darwin @@ -82,14 +81,6 @@ jobs: cross: false strip: true - - os: ubuntu-latest - name: NetBSD x86_64 - target: x86_64-unknown-netbsd - artifact_name: target/x86_64-unknown-netbsd/release/pfetch - release_name: pfetch-netbsd-x86_64.tar.gz - cross: true - strip: true - - os: ubuntu-latest name: freeBSD x86_64 target: x86_64-unknown-freebsd