From 3d2aa6074e55e73266a4833e680665d032bbf7dd Mon Sep 17 00:00:00 2001 From: high-moctane Date: Mon, 2 May 2022 15:20:49 +0900 Subject: [PATCH] Added aarch64 release --- .github/workflows/release.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 92ec98f..6412a8c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,10 @@ jobs: target: x86_64-unknown-linux-musl artifact_name: mocword asset_name: mocword-x86_64-unknown-linux-musl + - os: ubuntu-latest + target: aarch64-unknown-linux-musl + artifact_name: mocword + asset_name: mocword-aarch64-unknown-linux-musl - os: ubuntu-latest target: x86_64-pc-windows-gnu artifact_name: mocword.exe @@ -23,6 +27,10 @@ jobs: target: x86_64-apple-darwin artifact_name: mocword asset_name: mocword-x86_64-apple-darwin + - os: macos-latest + target: aarch64-apple-darwin + artifact_name: mocword + asset_name: mocword-aarch64-apple-darwin runs-on: ${{ matrix.os }}