From 990ec6b881643759110627910b2ec5f88ee8dc90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Thu, 16 Jan 2025 21:27:47 +0000 Subject: [PATCH] Fix gh action MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Adrien Gallouët --- .github/workflows/build.yml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be52c49..0d821a1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,23 +1,16 @@ name: Build - on: [push] - jobs: build: - runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macOS-latest] + os: [ubuntu-latest, macos-latest] + arch: [x86_64, aarch64] steps: - - uses: actions/checkout@v1 - name: Build + - uses: actions/checkout@v4 run: | git submodule update --init --recursive - make prefix=. install - - - uses: actions/upload-artifact@v1 - with: - name: ${{ matrix.os }} - path: ./bin + make