Skip to content

Commit

Permalink
Try random ideas
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuasu committed Oct 16, 2024
1 parent 208ff48 commit 2d397ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
brew install --HEAD colima
brew install docker
colima delete
colima start --network-address --arch x86_64
colima start --vm-type vz --arch aarch64
DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker}
mkdir -p $DOCKER_CONFIG/cli-plugins
curl -SL https://github.com/docker/buildx/releases/download/v0.14.1/buildx-v0.14.1.darwin-amd64 -o $DOCKER_CONFIG/cli-plugins/docker-buildx
Expand Down

0 comments on commit 2d397ca

Please sign in to comment.