Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a9b57f

Browse files
Add arm architecture to published executable (psf#4773)
* feat: add arm architecture to published executable This will allow people using arm based machines to have access to the black binary in the same fashion as for x86_64. * chore: add missing ticket number in CHANGES.md * chore: apply suggestion Co-authored-by: Jelle Zijlstra <[email protected]> --------- Co-authored-by: Jelle Zijlstra <[email protected]>
1 parent a30a825 commit 3a9b57f

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/upload_binary.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [windows-2025, ubuntu-22.04, macos-latest]
16+
os: [windows-2025, ubuntu-22.04, ubuntu-22.04-arm, macos-latest]
1717
include:
1818
- os: windows-2025
1919
pathsep: ";"
@@ -23,6 +23,10 @@ jobs:
2323
pathsep: ":"
2424
asset_name: black_linux
2525
executable_mime: "application/x-executable"
26+
- os: ubuntu-22.04-arm
27+
pathsep: ":"
28+
asset_name: black_linux-arm
29+
executable_mime: "application/x-executable"
2630
- os: macos-latest
2731
pathsep: ":"
2832
asset_name: black_macos

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626

2727
<!-- Changes to how Black is packaged, such as dependency requirements -->
2828

29+
- Releases now include arm64 Linux binaries (#4773)
30+
2931
### Parser
3032

3133
<!-- Changes to the parser or to version autodetection -->

0 commit comments

Comments
 (0)