Skip to content

Commit

Permalink
Append _v8.0 to arm64 arch in Release binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
yoheimuta committed Jan 14, 2025
1 parent b343f66 commit 71e6503
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bdist/py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ def clear_dir(path):

ap_map: dict[str, str] = {
"darwin_amd64_v1": "macosx_10_0_x86_64",
"darwin_arm64": "macosx_10_0_arm64",
"darwin_arm64_v8.0": "macosx_10_0_arm64",
"linux_amd64_v1": "manylinux2014_x86_64",
"linux_arm64": "manylinux2014_aarch64",
"linux_arm_7": "manylinux2014_armv7l",
"windows_amd64_v1": "win_amd64",
"windows_arm64": "win_arm64",
"windows_arm64_v8.0": "win_arm64",
}

executables = {"protolint", "protoc-gen-protolint"}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ publishing {
extension 'exe'
}
//windows 64 arm
artifact("$projectDir/dist/protoc-gen-protolint_windows_arm64/protoc-gen-protolint.exe") {
artifact("$projectDir/dist/protoc-gen-protolint_windows_arm64_v8.0/protoc-gen-protolint.exe") {
classifier 'windows-aarch_64'
extension 'exe'
}
Expand Down

0 comments on commit 71e6503

Please sign in to comment.