Add comment
Some checks failed
CI / Test (push) Successful in 2s
CI / Build aarch64-unknown-linux-gnu (push) Successful in 3s
CI / Build x86_64-unknown-linux-gnu (push) Successful in 3s
CI / Build x86_64-unknown-linux-musl (push) Successful in 3s
CI / Create release (push) Failing after 11s
Some checks failed
CI / Test (push) Successful in 2s
CI / Build aarch64-unknown-linux-gnu (push) Successful in 3s
CI / Build x86_64-unknown-linux-gnu (push) Successful in 3s
CI / Build x86_64-unknown-linux-musl (push) Successful in 3s
CI / Create release (push) Failing after 11s
This commit is contained in:
parent
9b5b7be0de
commit
e4bc2d0740
1 changed files with 7 additions and 0 deletions
|
|
@ -29,6 +29,13 @@ jobs:
|
||||||
target: x86_64-unknown-linux-musl
|
target: x86_64-unknown-linux-musl
|
||||||
- package: aarch64-linux
|
- package: aarch64-linux
|
||||||
target: aarch64-unknown-linux-gnu
|
target: aarch64-unknown-linux-gnu
|
||||||
|
# TODO: need macOS runners for these
|
||||||
|
# - package: default
|
||||||
|
# target: x86_64-apple-darwin
|
||||||
|
# system: x86_64-darwin
|
||||||
|
# - package: default
|
||||||
|
# target: aarch64-apple-darwin
|
||||||
|
# system: aarch64-darwin
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue