From a9fdaaa8d16b988f9d2a576446777f5e1dc1c2df Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Thu, 21 Oct 2021 15:41:21 +0100 Subject: [PATCH] fix(ci): bring back aarch64 linux builds --- .github/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b3554849f..d3733ddea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: matrix: build: - linux musl x64 - # - linux musl aarch64 + - linux musl aarch64 - macos x64 - macos aarch64 include: @@ -24,10 +24,10 @@ jobs: os: ubuntu-latest rust: beta target: x86_64-unknown-linux-musl - # - build: linux musl aarch64 - # os: ubuntu-latest - # rust: beta - # target: aarch64-unknown-linux-musl + - build: linux musl aarch64 + os: ubuntu-latest + rust: beta + target: aarch64-unknown-linux-musl - build: macos x64 os: macos-latest rust: beta