mirror of
https://github.com/coastalwhite/lemurs
synced 2024-11-22 01:53:03 +00:00
Fix: Remove aarch64-linux as release target
This commit is contained in:
parent
f0a172da52
commit
d613c62688
2 changed files with 1 additions and 4 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue