Skip to content

Commit

Permalink
windows buildx support is bleeding edge
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Apr 19, 2024
1 parent 29386a6 commit dc3ae2a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@ jobs:
# TODO: keep an eye when macos-14+ (M1) docker support is available
os: [windows-latest, ubuntu-latest]
steps:
- name: Set up Docker Buildx
if: matrix.os == 'windows-latest'
uses: docker/setup-buildx-action@v2
- name: make build
if: matrix.os == 'windows-latest'
shell: bash
run: |
# we obviously don't want to do this here, just want to see if it builds
curl "https://github.com/docker/buildx/releases/download/v0.14.0/buildx-v0.14.0.windows-amd64.exe" -o C:\ProgramData\Docker\cli-plugins\docker-buildx
docker buildx install
git clone https://github.com/Islandora-Devops/isle-buildkit /tmp/ibk
cd /tmp/ibk
make bake TAGS=3.2.1
Expand Down

0 comments on commit dc3ae2a

Please sign in to comment.