Skip to content

Commit

Permalink
chore(deps): update docker buildx action to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jun 25, 2024
1 parent 07ffd2d commit 4125314
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ jobs:
go-version: ["1.20", "1.21", "1.22"]
steps:
- uses: actions/checkout@v4
- name: Set up QEMU
- name: Set up Docker Buildx
if: matrix.arch != 'amd64'
uses: docker/setup-qemu-action@v1
uses: docker/setup-buildx-action@v3
with:
platforms: ${{ matrix.arch }}

Expand Down

0 comments on commit 4125314

Please sign in to comment.