Skip to content

Commit

Permalink
Enable CI on arm host.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluebugs committed Jan 18, 2025
1 parent 1b8073b commit 841f7c8
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 @@ -4,10 +4,10 @@ on: [push,pull_request]
jobs:
test:
name: "Test images"
runs-on: "ubuntu-latest"
strategy:
fail-fast: false
matrix:
runner: [ubuntu-latest, ubuntu-24.04-arm]
go-version: ["1.19.x"]
target:
- os: linux
Expand All @@ -22,6 +22,8 @@ jobs:
# - os: freebsd
# arch: -arm64

runs-on: ${{ matrix.runner }}

steps:
- name: Setup Go environment
uses: actions/setup-go@v3
Expand Down

0 comments on commit 841f7c8

Please sign in to comment.