Skip to content

Commit

Permalink
try adding to path
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Apr 19, 2024
1 parent 0dc18b6 commit f338d47
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ jobs:
run: |
# we obviously don't want to do this here, just want to see if it builds
printenv
mkdir -p "$USERPROFILE\.docker\cli-plugins"
curl -s "https://github.com/docker/buildx/releases/download/v0.14.0/buildx-v0.14.0.windows-amd64.exe" -o "$USERPROFILE\.docker\cli-plugins\docker-buildx.exe"
mkdir -p "/c/Users/runneradmin/.docker/cli-plugins"
export PATH="$PATH:/c/Users/runneradmin/.docker/cli-plugins"
curl -s "https://github.com/docker/buildx/releases/download/v0.14.0/buildx-v0.14.0.windows-amd64.exe" -o "/c/Users/runneradmin/.docker/cli-plugins/docker-buildx.exe"
ls -l /c/Users/runneradmin/.docker/cli-plugins
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 f338d47

Please sign in to comment.