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 01de85f commit 1ee9ce2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/compile-mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +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 git config --global --add safe.directory ${PWD} && make ./out/VERSION && make ./out/skaffold-${{ matrix.platforms }}
docker run --rm -v ${PWD}:${PWD} -w ${PWD} golang:1.23.4 /bin/bash -c " \
git config --global --add safe.directory ${PWD}; \
make ./out/VERSION; \
make ./out/skaffold-${{ matrix.platforms }}"

0 comments on commit 1ee9ce2

Please sign in to comment.