From 4cf538162e22af6d4cb915ad026dfe787bf9d887 Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Mon, 23 May 2022 21:40:05 +0100 Subject: [PATCH] Added brew tap aarch64-unknown-linux-gnu --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea3ecadf..e80c34d1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: - name: install linux cross compiler run: brew tap messense/macos-cross-toolchains && - brew install x86_64-unknown-linux-gnu + brew install x86_64-unknown-linux-gnu aarch64-unknown-linux-gnu - name: Build release linux x86_64 binary run: