From 39d3d267370bac4d8ede023ce73041b7b6646753 Mon Sep 17 00:00:00 2001 From: Samuel Manzanera Date: Thu, 19 Sep 2024 10:32:20 +0200 Subject: [PATCH] update github action --- .github/workflows/release.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f655ae4..0da2c9c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,19 +26,9 @@ jobs: os: ubuntu-20.04, use-cross: true, } - - { - target: aarch64-unknown-linux-musl, - os: ubuntu-20.04, - use-cross: true, - } - { target: aarch64-apple-darwin, os: macos-12 } - { target: x86_64-apple-darwin, os: macos-12 } - { target: x86_64-unknown-linux-gnu, os: ubuntu-20.04 } - - { - target: x86_64-unknown-linux-musl, - os: ubuntu-20.04, - use-cross: true, - } steps: - name: Checkout source code