mirror of
https://github.com/coastalwhite/lemurs
synced 2025-02-16 22:18:27 +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:
|
matrix:
|
||||||
# For these target platforms
|
# For these target platforms
|
||||||
include:
|
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"
|
- os: "ubuntu-20.04"
|
||||||
dist-args: "--artifacts=local --target=x86_64-unknown-linux-gnu"
|
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"
|
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"
|
cargo-dist-version = "0.2.0"
|
||||||
ci = ["github"]
|
ci = ["github"]
|
||||||
installers = []
|
installers = []
|
||||||
targets = ["x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu"]
|
targets = ["x86_64-unknown-linux-gnu"]
|
||||||
include = ["extra"]
|
include = ["extra"]
|
||||||
|
|
||||||
# The profile that 'cargo dist' will build with
|
# The profile that 'cargo dist' will build with
|
||||||
|
|
Loading…
Add table
Reference in a new issue