We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 260d735 commit 3c66789Copy full SHA for 3c66789
.github/workflows/generate_plugin_repo.py
@@ -34,11 +34,9 @@ def generate_plugin_repo_yaml():
34
35
# Define the binary platforms and their corresponding file extensions
36
platforms = {
37
- "osx": "cf-cli-java-plugin-osx",
38
- "win64": "cf-cli-java-plugin-win64.exe",
39
- "win32": "cf-cli-java-plugin-win32.exe",
40
- "linux32": "cf-cli-java-plugin-linux32",
41
- "linux64": "cf-cli-java-plugin-linux64"
+ "linux64": "cf-cli-java-plugin-linux-amd64",
+ "osx": "cf-cli-java-plugin-macos-arm64",
+ "win64": "cf-cli-java-plugin-windows-amd64.exe"
42
}
43
44
binaries = []
0 commit comments