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