From d3cf63a39e8a0ebe967edf1ed1314a2814655f50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Mon, 25 Nov 2024 21:12:09 +0100 Subject: [PATCH] add back other systems --- .github/workflows/pre-release.yml | 42 +++++++++++++++---------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index e0b1538e..afc35194 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -13,30 +13,30 @@ jobs: - system: aarch64-macos target: aarch64-apple-darwin os: macos-14 - # - system: aarch64-linux - # target: aarch64-unknown-linux-musl - # os: ubuntu-latest - # - system: armv6l-linux - # target: armv6l-unknown-linux-musleabihf - # os: ubuntu-latest - # - system: armv7l-linux - # target: armv7l-unknown-linux-musleabihf - # os: ubuntu-latest - # - system: i686-linux - # target: i686-unknown-linux-musl - # os: ubuntu-latest - # - system: i686-windows - # target: i686-w64-mingw32 - # os: ubuntu-latest + - system: aarch64-linux + target: aarch64-unknown-linux-musl + os: ubuntu-latest + - system: armv6l-linux + target: armv6l-unknown-linux-musleabihf + os: ubuntu-latest + - system: armv7l-linux + target: armv7l-unknown-linux-musleabihf + os: ubuntu-latest + - system: i686-linux + target: i686-unknown-linux-musl + os: ubuntu-latest + - system: i686-windows + target: i686-w64-mingw32 + os: ubuntu-latest - system: x86_64-macos target: x86_64-apple-darwin os: macos-13 - # - system: x86_64-linux - # target: x86_64-unknown-linux-musl - # os: ubuntu-latest - # - system: x86_64-windows - # target: x86_64-w64-mingw32 - # os: ubuntu-latest + - system: x86_64-linux + target: x86_64-unknown-linux-musl + os: ubuntu-latest + - system: x86_64-windows + target: x86_64-w64-mingw32 + os: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v4