Skip to content

Commit

Permalink
Fix arm64 support on controller release
Browse files Browse the repository at this point in the history
  • Loading branch information
Embraser01 committed Aug 22, 2022
1 parent ea78c3e commit 5904b89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
with:
go-version: 1.18

- name: Set up QEMU
uses: docker/setup-qemu-action@v2

- name: Login to DockerHub
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit 5904b89

Please sign in to comment.