mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-18 20:02:36 +08:00
Support powerpc64le/riscv64/s390x Linux runners
This commit is contained in:
@@ -18,6 +18,12 @@
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"asset_name": "${package}_${version}_darwin_arm64.tar.gz"
|
||||
},
|
||||
"powerpc64le_linux_musl": {
|
||||
"asset_name": "${package}_${version}_linux_ppc64le.tar.gz"
|
||||
},
|
||||
"s390x_linux_musl": {
|
||||
"asset_name": "${package}_${version}_linux_s390x.tar.gz"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user