From 72e23d5fc4e191fab37a524b99a831cfd8b79585 Mon Sep 17 00:00:00 2001 From: YiNN Date: Tue, 6 Feb 2024 03:58:45 +0800 Subject: [PATCH] ci: fix underline typo for darwin & remove armv7 package --- .github/workflows/release.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cbf1292..189ecec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,11 +21,8 @@ jobs: - target: aarch64-unknown-linux-musl exe: aarch64-linux os: ubuntu-latest - - target: armv7-unknown-linux-musleabi - exe: armv7-linux - os: ubuntu-latest - target: x86_64-apple-darwin - exe: x86-64-apple-darwin + exe: x86_64-apple-darwin os: macos-latest - target: aarch64-apple-darwin exe: arm64-apple-darwin @@ -82,4 +79,3 @@ jobs: ./build/cmd-wrapped-arm64-apple-darwin.zip ./build/cmd-wrapped-x86_64-linux.zip ./build/cmd-wrapped-aarch64-linux.zip - ./build/cmd-wrapped-armv7-linux.zip