Skip to content

Commit

Permalink
Update version qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
FDelporte authored Feb 6, 2024
1 parent ff36db4 commit b4898ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3
- name: Build image for `pi4j-builder-base`
run: |
cd pi4j-builder-base
Expand All @@ -44,7 +44,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3
- name: Build image for `pi4j-builder-native`
run: |
cd pi4j-builder-native
Expand All @@ -62,7 +62,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3
- name: Build image for `pi4j-builder-2.0`
run: |
cd pi4j-builder-2.0
Expand Down

0 comments on commit b4898ca

Please sign in to comment.