Skip to content

Commit

Permalink
exe
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Apr 19, 2024
1 parent dc3ae2a commit bf5d6af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
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
curl -s "https://github.com/docker/buildx/releases/download/v0.14.0/buildx-v0.14.0.windows-amd64.exe" -o "C:\Program Files\Docker\cli-plugins\docker-buildx.exe"
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 bf5d6af

Please sign in to comment.