From d613c62688b7bf386b7bc825e0e9e837eb9e6c90 Mon Sep 17 00:00:00 2001 From: Gijs Burghoorn Date: Wed, 20 Sep 2023 17:54:14 +0200 Subject: [PATCH] Fix: Remove aarch64-linux as release target --- .github/workflows/release.yml | 3 --- Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 27eaf3e..8ab6351 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -95,9 +95,6 @@ jobs: matrix: # For these target platforms include: - - os: "ubuntu-20.04" - dist-args: "--artifacts=local --target=aarch64-unknown-linux-gnu" - install-dist: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.2.0/cargo-dist-installer.sh | sh" - os: "ubuntu-20.04" dist-args: "--artifacts=local --target=x86_64-unknown-linux-gnu" install-dist: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.2.0/cargo-dist-installer.sh | sh" diff --git a/Cargo.toml b/Cargo.toml index c8a4555..55a4b06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ serde = { version = "1.0", features = ["derive"] } cargo-dist-version = "0.2.0" ci = ["github"] installers = [] -targets = ["x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu"] +targets = ["x86_64-unknown-linux-gnu"] include = ["extra"] # The profile that 'cargo dist' will build with