From 0da9b79b78c478c8cafbfde1016ba4933d19e8c9 Mon Sep 17 00:00:00 2001 From: segfault-magnet Date: Wed, 20 Nov 2024 10:00:08 +0100 Subject: [PATCH] enable arm builds --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 950b5108..294f4ec0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -187,8 +187,7 @@ jobs: arch: [ # build on native runners instead of using emulation {platform: linux/amd64, runner: buildjet-8vcpu-ubuntu-2204}, - # don't currently need arm builds - # {platform: linux/arm64, runner: buildjet-8vcpu-ubuntu-2204-arm} + {platform: linux/arm64, runner: buildjet-8vcpu-ubuntu-2204-arm} ] runs-on: ${{ matrix.arch.runner }} permissions: