diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 106a6b5f..084a6a57 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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 @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index d561b298..800c494d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Xvc Changelog +## Unreleased + +- Added more targets to Github builds + ## 0.6.12 (2024-11-30) - PR: