mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-08 18:05:42 +08:00
codegen: Remove powerpc64le_linux_gnu from prek
50684fbdcf
```
Error: platform list in base manifest for prek contains powerpc64le_linux_gnu, but latest release (0.2.27) doesn't contain it; consider marking 0.2.27 as broken by adding 'broken' field to base manifest
```
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
"asset_name": "${package}-${rust_target}.zip",
|
||||
"bin": "${package}${exe}"
|
||||
},
|
||||
"powerpc64le_linux_gnu": {},
|
||||
"riscv64_linux_gnu": {},
|
||||
"s390x_linux_gnu": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user