Skip to content

Commit

Permalink
Add ARM 64-bit to CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Nov 30, 2023
1 parent 2d77b05 commit 32b732a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ jobs:
name: powerpc64
- arch: armv7-unknown-linux-gnueabihf
name: raspberry-pi
- arch: aarch64-unknown-linux-gnu
name: arm64-linux
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down

0 comments on commit 32b732a

Please sign in to comment.