Skip to content

Commit

Permalink
change docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
alphanota committed Jan 11, 2025
1 parent 96b4275 commit 32d2c83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/compile-mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:

- name: Make and install Skaffold binary from current PR
run: |
docker run --rm -v ${PWD}:/skaffold:rw -w /skaffold golang:1.23.4 /bin/bash -c " \
docker run --rm \
--mount type=bind,source=${pwd},target=/skaffold \
-w /skaffold golang:1.23.4 /bin/bash -c " \
git config --global --add safe.directory /skaffold; \
make ./out/VERSION; \
make ./out/skaffold-${{ matrix.platforms }}"

0 comments on commit 32d2c83

Please sign in to comment.