Skip to content

Commit 4c0aa33

Browse files
authored
Update blank.yml
1 parent 0583075 commit 4c0aa33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/blank.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
-
1111
name: Checkout
1212
uses: actions/checkout@v2
13+
-
14+
name: Set up QEMU
15+
uses: docker/setup-qemu-action@v1
1316
-
1417
name: Set up Docker Buildx
1518
id: buildx
1619
uses: docker/setup-buildx-action@v1
17-
-
18-
name: Builder instance name
19-
run: echo ${{ steps.buildx.outputs.name }}
2020
-
2121
name: Available platforms
2222
run: echo ${{ steps.buildx.outputs.platforms }}

0 commit comments

Comments
 (0)