From 74591b78fd360c69345a9cede678a95d1804e0bd Mon Sep 17 00:00:00 2001 From: Andrew Banchich <13824577+andrewbanchich@users.noreply.github.com> Date: Wed, 1 Feb 2023 15:11:05 -0500 Subject: [PATCH] Fix Linux build architecture --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a83fffa..b1cabf2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: include: - platform: linux os: ubuntu-latest - target: aarch64-unknown-linux-musl + target: x86_64-unknown-linux-musl use-cross: true - platform: mac os: macos-latest