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 7c95657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ 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:\ProgramData\Docker\cli-plugins\docker-buildx.exe"
docker plugin ls
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 7c95657

Please sign in to comment.