Skip to content

Commit

Permalink
Add setupbuild and setup-qemu to release action (#1663)
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
  • Loading branch information
rubenvp8510 authored Dec 10, 2021
1 parent aa82bea commit 889ae32
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 @@ -25,6 +25,8 @@ jobs:
- uses: jpkrohling/setup-operator-sdk@v1.1.0
with:
operator-sdk-version: v1.13.1
- uses: docker/setup-qemu-action@v1.2.0
- uses: docker/setup-buildx-action@v1.6.0

- name: "generate release resources"
run: make release-artifacts USER=jaegertracing
Expand Down

0 comments on commit 889ae32

Please sign in to comment.