From: Brendan Hansen Date: Wed, 22 Nov 2023 20:16:04 +0000 (-0600) Subject: fixed: `darwin-wasmer-arm64` compilation X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=d4b1d8649b7b7c8c048f41df16b0cde43225a7c4;p=onyx.git fixed: `darwin-wasmer-arm64` compilation --- diff --git a/.github/workflows/onyx-build.yml b/.github/workflows/onyx-build.yml index 3cad3ac2..749bfe08 100644 --- a/.github/workflows/onyx-build.yml +++ b/.github/workflows/onyx-build.yml @@ -60,6 +60,7 @@ jobs: - build: darwin-arm64 os: macos-12 runtime_library: wasmer + target: aarch64-apple-darwin artifact_name: 'onyx-darwin-wasmer-arm64' - build: darwin-amd64 os: macos-12 @@ -93,7 +94,7 @@ jobs: run: | curl -o wasmer.tar.gz https://github.com/wasmerio/wasmer/releases/v4.2.3/wasmer-darwin-arm64.tar.gz -L mkdir wasmer - tar -C wasmer zxvf wasmer.tar.gz + tar -C wasmer -zxvf wasmer.tar.gz - name: Install Windows building dependencies if: matrix.build == 'windows-amd64'