Skip to content

Commit

Permalink
Fix checkout version
Browse files Browse the repository at this point in the history
Bump docker action versions
Add explicit platforms for qemu setup
  • Loading branch information
jesserockz committed Jul 5, 2024
1 parent 5ba2834 commit 59c52cb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@4.1.7
uses: actions/checkout@v4.1.7

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.3.0
uses: docker/setup-buildx-action@v3.4.0
- name: Set up QEMU
if: matrix.platform != 'linux/amd64'
uses: docker/[email protected]
uses: docker/[email protected]
with:
platforms: linux/arm64,linux/arm/v7


- name: Log in to the GitHub container registry
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 59c52cb

Please sign in to comment.