From e79b8fd2dc9c9c11047dc8c86f532173122cd545 Mon Sep 17 00:00:00 2001 From: Alexey Osipov Date: Wed, 9 Nov 2022 22:29:25 +0300 Subject: [PATCH] Try cross compile --- .github/workflows/cross-compile.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cross-compile.yml b/.github/workflows/cross-compile.yml index 7544318..aa88fb2 100644 --- a/.github/workflows/cross-compile.yml +++ b/.github/workflows/cross-compile.yml @@ -16,12 +16,12 @@ jobs: - clang: x86_64-linux native: linux-x64 host: ubuntu-latest - #- clang: arm64-linux - # native: linux-arm64 - # host: ubuntu-latest - #- clang: arm64-darwin - # native: osx-arm64 - # host: macos-latest + - clang: arm64-linux + native: linux-arm64 + host: ubuntu-latest + - clang: arm64-darwin + native: osx-arm64 + host: macos-latest - clang: x86_64-darwin native: osx-x64 host: macos-latest @@ -34,7 +34,7 @@ jobs: with: submodules: recursive - name: Build native library for ${{ matrix.target.native }} - run: cd bindings/csharp && make -B ckzg CSHARP_PLATFORM=${{ matrix.target.native }} CLANG_PLATFORM=${{ matrix.target.clang }} + run: cd bindings/csharp && make -B ckzg CSHARP_PLATFORM=${{ matrix.target.native }} CLANG_PLATFORM=${{ matrix.target.clang }} - name: Upload artifacts uses: actions/upload-artifact@v3 with: