Skip to content

Commit

Permalink
Added aarch targets to test
Browse files Browse the repository at this point in the history
  • Loading branch information
iesahin committed Nov 30, 2024
1 parent 510f2cd commit f7570ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
target: [x86_64-unknown-linux-gnu]
target: [x86_64-unknown-linux-gnu, aarch64-unknown-linux-gnu]

steps:
- name: Checkout
Expand Down Expand Up @@ -214,7 +214,8 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
target: [x86_64-apple-darwin]
target:
[x86_64-apple-darwin, aarch64-apple-darwin, x86_64-unknown-freebsd]

steps:
- name: Checkout
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Xvc Changelog

## Unreleased

- Added more targets to Github builds

## 0.6.12 (2024-11-30)

- PR: <https://github.com/iesahin/xvc/pull/262>
Expand Down

0 comments on commit f7570ca

Please sign in to comment.