Skip to content

Commit ba443f9

Browse files
committed
github actions: prints available platforms
1 parent 6234773 commit ba443f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker-dev-images.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
id: buildx
3535
uses: docker/setup-buildx-action@v1
3636

37+
-
38+
name: Available platforms
39+
run: echo ${{ steps.buildx.outputs.platforms }}
40+
3741
- name: Build and push
3842
id: docker_build
3943
uses: docker/build-push-action@v2

0 commit comments

Comments
 (0)