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 79820d9
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on: [push,pull_request]
jobs:
test:
name: "Test images"
runs-on: "ubuntu-latest"
strategy:
fail-fast: false
matrix:
go-version: ["1.19.x"]
runner: [ubuntu-latest, ubuntu-24.04-arm]
go-version: ["1.19.x", "1.23.x"]
target:
- os: linux
- os: windows
Expand All @@ -21,6 +21,13 @@ jobs:
# Calculator build is failing on CI
# - os: freebsd
# arch: -arm64
exclude:
- runner: ubuntu-24.04-arm
target:
- os: android
args: -app-id calc.sha${{ github.sha }}

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

steps:
- name: Setup Go environment
Expand Down

0 comments on commit 79820d9

Please sign in to comment.