From 1c2014f7ca3552fbc55eab7f355f533bb716c69b Mon Sep 17 00:00:00 2001 From: Shunsuke Shibayama Date: Thu, 20 Oct 2022 16:49:02 +0900 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f397208d..5271dd30 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,16 +22,17 @@ jobs: strategy: matrix: include: - - target: armv7-unknown-linux-gnueabihf - os: ubuntu-latest - - target: aarch64-unknown-linux-gnu - os: ubuntu-latest + ## permission denied? + # - target: armv7-unknown-linux-gnueabihf + # os: ubuntu-latest + # - target: aarch64-unknown-linux-gnu + # os: ubuntu-latest - target: aarch64-apple-darwin os: macos-latest - target: x86_64-unknown-linux-gnu os: ubuntu-latest - - target: x86_64-unknown-linux-musl - os: ubuntu-latest + # - target: x86_64-unknown-linux-musl + # os: ubuntu-latest - target: x86_64-apple-darwin os: macos-latest - target: x86_64-pc-windows-msvc