From: Brendan Hansen Date: Wed, 22 Nov 2023 20:09:07 +0000 (-0600) Subject: forgot to actually add the target to the matrix X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=bc0d10e00b9d6236c911b44d7f77d457638330c9;p=onyx.git forgot to actually add the target to the matrix --- diff --git a/.github/workflows/onyx-build.yml b/.github/workflows/onyx-build.yml index 7d05d8ad..3cad3ac2 100644 --- a/.github/workflows/onyx-build.yml +++ b/.github/workflows/onyx-build.yml @@ -57,6 +57,10 @@ jobs: runtime_library: none target: aarch64-apple-darwin artifact_name: 'onyx-darwin-none-arm64' + - build: darwin-arm64 + os: macos-12 + runtime_library: wasmer + artifact_name: 'onyx-darwin-wasmer-arm64' - build: darwin-amd64 os: macos-12 runtime_library: none @@ -65,10 +69,6 @@ jobs: os: macos-12 runtime_library: wasmer artifact_name: 'onyx-darwin-wasmer-amd64' - # - build: darwin-arm64 - # os: macos-11.0 - # runtime_library: wasmer - # artifact_name: 'onyx-darwin-wasmer-arm64' - build: windows-amd64 os: windows-latest artifact_name: 'onyx-windows-wasmer-amd64'