Refactor go and frankenphp downloads and builds

This commit is contained in:
crazywhalecc
2025-06-18 20:56:07 +08:00
parent f709f3bb18
commit 92284e92c9
3 changed files with 113 additions and 15 deletions

View File

@@ -42,5 +42,17 @@
"extract-files": {
"upx-*-win64/upx.exe": "{pkg_root_path}/bin/upx.exe"
}
},
"go-mod-frankenphp-x86_64-linux": {
"type": "custom"
},
"go-mod-frankenphp-aarch64-linux": {
"type": "custom"
},
"go-mod-frankenphp-x86_64-macos": {
"type": "custom"
},
"go-mod-frankenphp-aarch64-macos": {
"type": "custom"
}
}