Skip to content

Commit

Permalink
Add Arm Linux Target
Browse files Browse the repository at this point in the history
  • Loading branch information
jhubberts authored Jul 19, 2024
1 parent d92460d commit fe1e94d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ jobs:
# https://pyinstaller.org/en/stable/usage.html#making-gnu-linux-apps-forward-compatible
image: ubuntu-20.04
arch: x86_64
- os: linux
image: ubuntu-20.04
arch: aarch64
- os: windows
image: windows-latest
arch: x86_64
Expand Down Expand Up @@ -144,4 +147,4 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: dist/roboto-*
make_latest: true
make_latest: true

0 comments on commit fe1e94d

Please sign in to comment.