Skip to content

Commit

Permalink
ci: fix workflow yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
revant committed Nov 11, 2024
1 parent c9b3820 commit 8fb0036
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
platforms: linux/${{ matrix.arch }}
with:
platforms: linux/${{ matrix.arch }}

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand Down

0 comments on commit 8fb0036

Please sign in to comment.