Skip to content

Commit 5904b89

Browse files
committed
Fix arm64 support on controller release
1 parent ea78c3e commit 5904b89

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-controller.yml

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
with:
2121
go-version: 1.18
2222

23+
- name: Set up QEMU
24+
uses: docker/setup-qemu-action@v2
25+
2326
- name: Login to DockerHub
2427
uses: docker/login-action@v1
2528
with:

0 commit comments

Comments
 (0)