File tree 4 files changed +5
-4
lines changed
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ jobs:
197
197
- name : Install qemu (required for cross-platform builds)
198
198
run : |
199
199
sudo apt update
200
- sudo apt -y install qemu qemu-user-static
200
+ sudo apt -y install qemu-system qemu-user-static
201
201
- name : Check image build
202
202
shell : bash
203
203
run : bash -x scripts/tests.build_image.sh
Original file line number Diff line number Diff line change 17
17
- name : Install qemu (required for cross-platform builds)
18
18
run : |
19
19
sudo apt update
20
- sudo apt -y install qemu qemu-user-static
20
+ sudo apt -y install qemu-system qemu-user-static
21
21
sudo systemctl restart docker
22
22
- name : Create multiplatform docker builder
23
23
run : docker buildx create --use
Original file line number Diff line number Diff line change 1
1
{
2
2
"37" : [
3
- " v1.11.11"
3
+ " v1.11.11" ,
4
+ " v1.11.12"
4
5
],
5
6
"36" : [
6
7
" v1.11.10"
Original file line number Diff line number Diff line change 23
23
Current = & Semantic {
24
24
Major : 1 ,
25
25
Minor : 11 ,
26
- Patch : 11 ,
26
+ Patch : 12 ,
27
27
}
28
28
CurrentApp = & Application {
29
29
Name : Client ,
You can’t perform that action at this time.
0 commit comments