From 6121eb1df70125fcb17ac9a153fa29e7dd3adcd4 Mon Sep 17 00:00:00 2001 From: Einliterflasche Date: Wed, 28 Aug 2024 12:32:15 +0200 Subject: [PATCH] feat(ci): build arm binaries in ci pipeline --- .github/workflows/build-release-binaries.yml | 18 ++++++++---------- .github/workflows/ci.yml | 4 ++-- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build-release-binaries.yml b/.github/workflows/build-release-binaries.yml index 2ec55376..4f466ada 100644 --- a/.github/workflows/build-release-binaries.yml +++ b/.github/workflows/build-release-binaries.yml @@ -18,11 +18,10 @@ jobs: target: x86_64-unknown-linux-gnu os: ubuntu-latest archive_ext: tar - # This has been temporarily disabled. Cross compilation is currently broken due to the missing system dependencies (libwebkit) - #- bin: swap - # target: armv7-unknown-linux-gnueabihf - # os: ubuntu-latest - # archive_ext: tar + - bin: swap + target: armv7-unknown-linux-gnueabihf + os: ubuntu-latest + archive_ext: tar - bin: swap target: x86_64-apple-darwin os: macos-12 @@ -39,11 +38,10 @@ jobs: target: x86_64-unknown-linux-gnu os: ubuntu-latest archive_ext: tar - # This has been temporarily disabled. Cross compilation is currently broken due to the missing system dependencies (libwebkit) - #- bin: asb - # target: armv7-unknown-linux-gnueabihf - # os: ubuntu-latest - # archive_ext: tar + - bin: asb + target: armv7-unknown-linux-gnueabihf + os: ubuntu-latest + archive_ext: tar - bin: asb target: x86_64-apple-darwin os: macos-12 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9932020..a57df8bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,8 +106,8 @@ jobs: include: - target: x86_64-unknown-linux-gnu os: ubuntu-latest - #- target: armv7-unknown-linux-gnueabihf - # os: ubuntu-latest + - target: armv7-unknown-linux-gnueabihf + os: ubuntu-latest - target: x86_64-apple-darwin os: macos-12 - target: aarch64-apple-darwin