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 45f76f8 commit 4365d4d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test-new-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ jobs:
- name: Install docker
run: brew install docker --cask
- name: Print docker version
run: DOCKER_BUILDKIT=0 docker --version
run: docker --version
- name: Test context
run: DOCKER_BUILDKIT=0 docker context use default
run: docker context use default
- name: Install plugin buildx
run: docker plugin install buildx
- name: buildx
run: DOCKER_BUILDKIT=0 docker buildx create --platform linux/arm64,linux/arm/v8 maxday_builder
run: docker buildx create --platform linux/arm64,linux/arm/v8 maxday_builder
- name: test build arm
run: cd s3-uploader/runtimes/rust_on_provided_al2023 && docker buildx build .

Expand Down

0 comments on commit 4365d4d

Please sign in to comment.