Skip to content

Commit

Permalink
Update multiarch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
garanews authored Jul 30, 2024
1 parent 279300d commit 410f947
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Print Matrix Configuration
run: |
echo "Dockerfile: ${{ matrix.dockerfile }}"
echo "Image: ${{ matrix.image }}"
echo "Name: ${{ matrix.name }}"
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
Expand Down

0 comments on commit 410f947

Please sign in to comment.