Skip to content

Commit

Permalink
Merge pull request #40 from ko-build/imjasonh-patch-2
Browse files Browse the repository at this point in the history
ci: test on arm
  • Loading branch information
imjasonh authored Jan 15, 2025
2 parents 2a5f936 + 79f378f commit 6f2a060
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
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
7 changes: 4 additions & 3 deletions .github/workflows/use-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
matrix:
platform:
- ubuntu-latest
- ubuntu-latest-arm
- macos-latest

runs-on: ${{ matrix.platform }}
Expand All @@ -30,13 +31,13 @@ jobs:

- run: ko publish --bare ./

- name: Install old release
- name: Install specific release
uses: ko-build/setup-ko@main
with:
version: v0.8.0
version: v0.17.0

- name: Check installed version
run: ko version | grep 0.8.0
run: ko version | grep 0.17.0

- name: Install from tip
uses: ko-build/setup-ko@main
Expand Down

0 comments on commit 6f2a060

Please sign in to comment.