Skip to content

Commit

Permalink
windows make bake
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Apr 19, 2024
1 parent d5b915d commit f77420b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ 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@v3
- 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
git clone https://github.com/Islandora-Devops/isle-buildkit /tmp/ibk
cd /tmp/ibk
make bake TAGS=3.2.1
- name: Checkout code
uses: actions/checkout@v4

Expand Down

0 comments on commit f77420b

Please sign in to comment.