Skip to content

Commit 3c66789

Browse files
committed
Generate plugin repo YAML in CI
1 parent 260d735 commit 3c66789

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/generate_plugin_repo.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,9 @@ def generate_plugin_repo_yaml():
3434

3535
# Define the binary platforms and their corresponding file extensions
3636
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"
37+
"linux64": "cf-cli-java-plugin-linux-amd64",
38+
"osx": "cf-cli-java-plugin-macos-arm64",
39+
"win64": "cf-cli-java-plugin-windows-amd64.exe"
4240
}
4341

4442
binaries = []

0 commit comments

Comments
 (0)