mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-17 19:52:38 +08:00
Support powerpc64le/riscv64/s390x Linux runners
This commit is contained in:
@@ -18,6 +18,12 @@
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"asset_name": "${package}_${version}_macOS-ARM64.tar.gz"
|
||||
},
|
||||
"powerpc64le_linux_gnu": {
|
||||
"asset_name": "${package}_${version}_Linux-PPC64LE.tar.gz"
|
||||
},
|
||||
"s390x_linux_gnu": {
|
||||
"asset_name": "${package}_${version}_Linux-s390x.tar.gz"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user