File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 17
17
strategy :
18
18
matrix :
19
19
release : [jammy, focal, noble]
20
- platform : [linux/ amd64, linux/ arm64]
20
+ platform : [amd64, arm64]
21
21
fail-fast : false
22
22
steps :
23
23
- name : Copy Repo Files
54
54
push : false
55
55
load : true
56
56
tags : ${{ env.GH_RUNNER_IMAGE }}
57
- platforms : ${{ matrix.platform }}
57
+ platforms : linux/ ${{ matrix.platform }}
58
58
cache-from : type=gha
59
59
cache-to : type=gha,mode=max
60
60
- name : Run goss tests
69
69
strategy :
70
70
matrix :
71
71
release : [bookworm, sid]
72
- platform : [linux/ amd64, linux/ arm64]
72
+ platform : [amd64, arm64]
73
73
fail-fast : false
74
74
steps :
75
75
- name : Copy Repo Files
@@ -106,7 +106,7 @@ jobs:
106
106
push : false
107
107
load : true
108
108
tags : ${{ env.GH_RUNNER_IMAGE }}
109
- platforms : ${{ matrix.platform }}
109
+ platforms : linux/ ${{ matrix.platform }}
110
110
cache-from : type=gha
111
111
cache-to : type=gha,mode=max
112
112
- name : Run goss tests
Original file line number Diff line number Diff line change 20
20
strategy :
21
21
matrix :
22
22
release : [jammy, focal, noble]
23
- platform : [linux/ amd64, linux/ arm64]
23
+ platform : [amd64, arm64]
24
24
fail-fast : false
25
25
steps :
26
26
- name : Copy Repo Files
57
57
push : false
58
58
load : true
59
59
tags : ${{ env.GH_RUNNER_IMAGE }}
60
- platforms : ${{ matrix.platform }}
60
+ platforms : linux/ ${{ matrix.platform }}
61
61
cache-from : type=gha
62
62
cache-to : type=gha,mode=max
63
63
# Tests will run against the final `${GH_RUNNER_IMAGE}` laid on top of `base-${GH_RUNNER_IMAGE}`
95
95
strategy :
96
96
matrix :
97
97
release : [bookworm, sid]
98
- platform : [linux/ amd64, linux/ arm64]
98
+ platform : [amd64, arm64]
99
99
fail-fast : false
100
100
steps :
101
101
- name : Copy Repo Files
@@ -132,7 +132,7 @@ jobs:
132
132
push : false
133
133
load : true
134
134
tags : ${{ env.GH_RUNNER_IMAGE }}
135
- platforms : ${{ matrix.platform }}
135
+ platforms : linux/ ${{ matrix.platform }}
136
136
cache-from : type=gha
137
137
cache-to : type=gha,mode=max
138
138
# Tests will run against the final `${GH_RUNNER_IMAGE}` laid on top of `base-${GH_RUNNER_IMAGE}`
You can’t perform that action at this time.
0 commit comments