Skip to content

Commit

Permalink
ci: test on arm
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh authored Jan 15, 2025
1 parent 2a5f936 commit 92449d1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ on:

jobs:
test-ko-action:
runs-on: ubuntu-latest
strategy:
matrix:
runner:
- ubuntu-latest
- ubuntu-latest-arm

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

steps:
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
Expand Down

0 comments on commit 92449d1

Please sign in to comment.