From 105d4dd054fc4c0eb9a2001ade1fef91c1df3ddb Mon Sep 17 00:00:00 2001 From: despiegk Date: Fri, 7 Feb 2025 11:08:05 +0300 Subject: [PATCH] ... --- .github/workflows/hero_build_linux.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/hero_build_linux.yml b/.github/workflows/hero_build_linux.yml index cc2c2ea9..03b787cb 100644 --- a/.github/workflows/hero_build_linux.yml +++ b/.github/workflows/hero_build_linux.yml @@ -15,12 +15,12 @@ jobs: - target: x86_64-unknown-linux-musl os: ubuntu-latest short-name: linux-i64 - # - target: aarch64-unknown-linux-musl - # os: ubuntu-latest - # short-name: linux-arm64 - # - target: aarch64-apple-darwin - # os: macos-latest - # short-name: macos-arm64 + - target: aarch64-unknown-linux-musl + os: ubuntu-latest + short-name: linux-arm64 + - target: aarch64-apple-darwin + os: macos-latest + short-name: macos-arm64 - target: x86_64-apple-darwin os: macos-13 short-name: macos-i64