Skip to content

Commit

Permalink
Add Buildx step to CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
hraberg committed Jan 31, 2024
1 parent ae0f7c3 commit 82fc8ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
ref: 'main'
submodules: recursive

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Setup
id: setup
run: |
Expand Down

0 comments on commit 82fc8ec

Please sign in to comment.