File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 3131 files : ./cover.out
3232 flags : unittests
3333 fail_ci_if_error : false
34- verbose : true
34+ verbose : true
Original file line number Diff line number Diff line change 1616 steps :
1717 - name : install make
1818 run : sudo apt-get install make
19+ # QEMU and buildx needed for multiarch builds (otherwise, microdnf step fails)
20+ - name : Set up QEMU dependency
21+ uses : docker/setup-qemu-action@v1
22+ - name : Set up Docker Buildx
23+ uses : docker/setup-buildx-action@v1
1924 - name : set up go 1.x
2025 uses : actions/setup-go@v3
2126 with :
Original file line number Diff line number Diff line change 2828 fi
2929 - name : install make
3030 run : sudo apt-get install make
31+ # QEMU and buildx needed for multiarch builds (otherwise, microdnf step fails)
32+ - name : Set up QEMU dependency
33+ uses : docker/setup-qemu-action@v1
34+ - name : Set up Docker Buildx
35+ uses : docker/setup-buildx-action@v1
3136 - name : set up go 1.x
3237 uses : actions/setup-go@v3
3338 with :
You can’t perform that action at this time.
0 commit comments