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 8bbbeb6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@ 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
- os: windows
ext: .exe
- os: android
runner: ubuntu-latest
args: -app-id calc.sha${{ github.sha }}
- os: web
- os: freebsd
Expand All @@ -22,6 +23,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 8bbbeb6

Please sign in to comment.