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 1ee9ce2 commit 8873eaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile-mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Make and install Skaffold binary from current PR
run: |
docker run --rm -v ${PWD}:${PWD} -w ${PWD} golang:1.23.4 /bin/bash -c " \
git config --global --add safe.directory ${PWD}; \
docker run --rm -v ${PWD}:/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 8873eaf

Please sign in to comment.