Skip to content

Commit

Permalink
CI: FreeBSD: Add aarch64 (ARM64) testing
Browse files Browse the repository at this point in the history
  • Loading branch information
HiGarfield committed Jan 16, 2025
1 parent 1f33f8d commit a77028f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
strategy:
matrix:
osver: ['13.4', '14.1', '15.0']
arch: ['x86_64', 'aarch64']
runs-on: ubuntu-latest

steps:
Expand All @@ -67,6 +68,7 @@ jobs:
uses: vmactions/freebsd-vm@v1
with:
release: ${{ matrix.osver }}
arch: ${{ matrix.arch }}
usesh: true
prepare: |
pkg install -y lang/gcc gmake sudo git
Expand All @@ -83,5 +85,5 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@main
with:
name: cpulimit-FreeBSD-${{ matrix.osver }}
name: cpulimit-FreeBSD-${{ matrix.osver }}-${{ matrix.arch }}
path: src/cpulimit

0 comments on commit a77028f

Please sign in to comment.