Skip to content

Commit

Permalink
Use specific versions of buildx and qemu
Browse files Browse the repository at this point in the history
Signed-off-by: Shahid Shaikh <[email protected]>
  • Loading branch information
shahidhs-ibm committed Jun 25, 2020
1 parent b96b20a commit 20acbee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
id: buildx
uses: crazy-max/ghaction-docker-buildx@v3
with:
buildx-version: latest
buildx-version: v0.4.1
qemu-version: 4.2.0-7
- name: build the Docker multi-arch image
run: |
docker buildx build \
Expand Down

0 comments on commit 20acbee

Please sign in to comment.