Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Update repository config #45

Merged
merged 1 commit into from Jan 21, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Expand Up @@ -18,15 +18,15 @@ jobs:
run: |
make version

- name: Set up Docker Buildx
id: buildx
uses: crazy-max/ghaction-docker-buildx@v1
with:
buildx-version: latest
qemu-version: latest
- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@v1

- name: Available platforms
run: echo ${{ steps.buildx.outputs.platforms }}
run: echo ${{steps.qemu.outputs.platforms}}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: Build
env:
Expand Down