Skip to content

Commit

Permalink
windows make bake
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Apr 19, 2024
1 parent 255a86d commit b2a7b8f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
# TODO: keep an eye when macos-14+ (M1) docker support is available
os: [windows-latest, ubuntu-latest]
steps:
- name: Set up QEMU
if: matrix.os == 'windows-latest'
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
if: matrix.os == 'windows-latest'
uses: docker/setup-buildx-action@v3
- name: make build
if: matrix.os == 'windows-latest'
shell: bash
Expand Down

0 comments on commit b2a7b8f

Please sign in to comment.