Skip to content

Commit

Permalink
Fix release github workflow, setup buildx (#1306)
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Vargas Palma <ruben.vp8510@gmail.com>
  • Loading branch information
rubenvp8510 authored Nov 19, 2020
1 parent c24fa21 commit 1c12da7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
go-version: '1.14.4'
- uses: actions/checkout@v1
- uses: jpkrohling/setup-operator-sdk@v1.0.2
- uses: docker/setup-qemu-action@v1
- uses: docker/setup-buildx-action@v1
with:
operator-sdk-version: v0.18.2
- name: "perform the release"
Expand Down

0 comments on commit 1c12da7

Please sign in to comment.