Skip to content

Commit 7a2ee50

Browse files
authored
Update repository config (#1299)
/cherry-pick Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 597cd6b commit 7a2ee50

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ jobs:
2626
id: qemu
2727
uses: docker/setup-qemu-action@v1
2828

29-
- name: Available platforms
30-
run: echo ${{steps.qemu.outputs.platforms}}
31-
3229
- name: Set up Docker Buildx
3330
uses: docker/setup-buildx-action@v1
3431

.github/workflows/e2e.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020
id: qemu
2121
uses: docker/setup-qemu-action@v1
2222

23-
- name: Available platforms
24-
run: echo ${{steps.qemu.outputs.platforms}}
25-
2623
- name: Set up Docker Buildx
2724
uses: docker/setup-buildx-action@v1
2825

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
id: qemu
2222
uses: docker/setup-qemu-action@v1
2323

24-
- name: Available platforms
25-
run: echo ${{steps.qemu.outputs.platforms}}
26-
2724
- name: Set up Docker Buildx
2825
uses: docker/setup-buildx-action@v1
2926

0 commit comments

Comments
 (0)