mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-26 15:14:13 +02:00
deployment: add arm musl targets (#726)
Adds musl targets to the nightly and deployment workflows.
This commit is contained in:
parent
4ceaf8d008
commit
460869f281
10
.github/workflows/deployment.yml
vendored
10
.github/workflows/deployment.yml
vendored
@ -105,6 +105,11 @@ jobs:
|
|||||||
target: "aarch64-unknown-linux-gnu",
|
target: "aarch64-unknown-linux-gnu",
|
||||||
cross: true,
|
cross: true,
|
||||||
}
|
}
|
||||||
|
- {
|
||||||
|
os: "ubuntu-18.04",
|
||||||
|
target: "aarch64-unknown-linux-musl",
|
||||||
|
cross: true,
|
||||||
|
}
|
||||||
|
|
||||||
# armv7
|
# armv7
|
||||||
- {
|
- {
|
||||||
@ -112,6 +117,11 @@ jobs:
|
|||||||
target: "armv7-unknown-linux-gnueabihf",
|
target: "armv7-unknown-linux-gnueabihf",
|
||||||
cross: true,
|
cross: true,
|
||||||
}
|
}
|
||||||
|
- {
|
||||||
|
os: "ubuntu-18.04",
|
||||||
|
target: "armv7-unknown-linux-musleabihf",
|
||||||
|
cross: true,
|
||||||
|
}
|
||||||
|
|
||||||
# PowerPC 64 LE
|
# PowerPC 64 LE
|
||||||
- {
|
- {
|
||||||
|
10
.github/workflows/nightly.yml
vendored
10
.github/workflows/nightly.yml
vendored
@ -101,6 +101,11 @@ jobs:
|
|||||||
target: "aarch64-unknown-linux-gnu",
|
target: "aarch64-unknown-linux-gnu",
|
||||||
cross: true,
|
cross: true,
|
||||||
}
|
}
|
||||||
|
- {
|
||||||
|
os: "ubuntu-18.04",
|
||||||
|
target: "aarch64-unknown-linux-musl",
|
||||||
|
cross: true,
|
||||||
|
}
|
||||||
|
|
||||||
# armv7
|
# armv7
|
||||||
- {
|
- {
|
||||||
@ -108,6 +113,11 @@ jobs:
|
|||||||
target: "armv7-unknown-linux-gnueabihf",
|
target: "armv7-unknown-linux-gnueabihf",
|
||||||
cross: true,
|
cross: true,
|
||||||
}
|
}
|
||||||
|
- {
|
||||||
|
os: "ubuntu-18.04",
|
||||||
|
target: "armv7-unknown-linux-musleabihf",
|
||||||
|
cross: true,
|
||||||
|
}
|
||||||
|
|
||||||
# PowerPC 64 LE
|
# PowerPC 64 LE
|
||||||
- {
|
- {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user