Skip to content

Commit

Permalink
setup docker
Browse files Browse the repository at this point in the history
  • Loading branch information
maxday committed Jan 31, 2024
1 parent 38f734b commit 596e987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-new-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
run: brew install docker docker-compose
- name: Print docker version
run: docker --version
- name: Create symlink
run: sudo ln -s "$HOME/.docker/run/docker.sock" /var/run/docker.sock
- name: Test context
run: docker context use desktop-linux
- name: test build arm
run: cd s3-uploader && ./runtimes/rust_on_provided_al2023/build.sh rust_on_provided_al2023 arm64

Expand Down

0 comments on commit 596e987

Please sign in to comment.