Fix: Remove aarch64-linux as release target

This commit is contained in:
Gijs Burghoorn 2023-09-20 17:54:14 +02:00
parent f0a172da52
commit d613c62688
2 changed files with 1 additions and 4 deletions

View file

@ -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"

View file

@ -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