Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/upload_binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-2025, ubuntu-22.04, macos-latest]
os: [windows-2025, ubuntu-22.04, ubuntu-22.04-arm, macos-latest]
include:
- os: windows-2025
pathsep: ";"
Expand All @@ -23,6 +23,10 @@ jobs:
pathsep: ":"
asset_name: black_linux
executable_mime: "application/x-executable"
- os: ubuntu-22.04-arm
pathsep: ":"
asset_name: black_linux-arm
executable_mime: "application/x-executable"
- os: macos-latest
pathsep: ":"
asset_name: black_macos
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@

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

- Releases now include arm64 Linux binaries (#4773)

### Parser

<!-- Changes to the parser or to version autodetection -->
Expand Down
Loading