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 6027b0f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 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,12 @@ jobs:
# Calculator build is failing on CI
# - os: freebsd
# arch: -arm64
exclude:
# See https://github.com/actions/runner/issues/1512 for this weird syntax
- {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 6027b0f

Please sign in to comment.