File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 5
5
6
6
jobs :
7
7
test-ko-action :
8
- runs-on : ubuntu-latest
8
+ strategy :
9
+ matrix :
10
+ runner :
11
+ - ubuntu-latest
12
+ - ubuntu-latest-arm
13
+
14
+ runs-on : ${{matrix.runner}}
9
15
10
16
steps :
11
17
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
Original file line number Diff line number Diff line change 13
13
matrix :
14
14
platform :
15
15
- ubuntu-latest
16
+ - ubuntu-latest-arm
16
17
- macos-latest
17
18
18
19
runs-on : ${{ matrix.platform }}
@@ -30,13 +31,13 @@ jobs:
30
31
31
32
- run : ko publish --bare ./
32
33
33
- - name : Install old release
34
+ - name : Install specific release
34
35
uses : ko-build/setup-ko@main
35
36
with :
36
- version : v0.8 .0
37
+ version : v0.17 .0
37
38
38
39
- name : Check installed version
39
- run : ko version | grep 0.8 .0
40
+ run : ko version | grep 0.17 .0
40
41
41
42
- name : Install from tip
42
43
uses : ko-build/setup-ko@main
You can’t perform that action at this time.
0 commit comments