Skip to content

Commit c1508b6

Browse files
committed
build: add qemu and buildx
1 parent 34109d5 commit c1508b6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/go.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ jobs:
1616
id: go
1717
- name: Install deps
1818
run: sudo apt install -y python3 pandoc
19-
19+
- name: Set up QEMU
20+
uses: docker/setup-qemu-action@v1
21+
- name: Set up Docker Buildx
22+
id: buildx
23+
uses: docker/setup-buildx-action@v1
2024
- name: Check out code into the Go module directory
2125
uses: actions/checkout@v2
2226
with:

0 commit comments

Comments
 (0)