Skip to content

Commit 3998037

Browse files
authored
Update repository config (#101)
/cherry-pick Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 1ed5ff3 commit 3998037

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
run: |
1919
make version
2020
21-
- name: Set up Docker Buildx
22-
id: buildx
23-
uses: crazy-max/ghaction-docker-buildx@v1
24-
with:
25-
buildx-version: latest
26-
qemu-version: latest
21+
- name: Set up QEMU
22+
id: qemu
23+
uses: docker/setup-qemu-action@v1
2724

2825
- name: Available platforms
29-
run: echo ${{ steps.buildx.outputs.platforms }}
26+
run: echo ${{steps.qemu.outputs.platforms}}
27+
28+
- name: Set up Docker Buildx
29+
uses: docker/setup-buildx-action@v1
3030

3131
- name: Build
3232
env:

0 commit comments

Comments
 (0)