Skip to content

Commit

Permalink
try to start remote docker later
Browse files Browse the repository at this point in the history
Signed-off-by: Charly Molter <[email protected]>
  • Loading branch information
lahabana committed Oct 9, 2023
1 parent a7f70a0 commit e74187a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,9 +357,6 @@ jobs:
name: golang
steps:
- checkout
- setup_remote_docker
- run:
command: ssh remote-docker "sudo apt-get update; sudo apt-get install -y qemu-user-static binfmt-support"
- setenv_depending_on_priority:
label: "ci/run-full-matrix"
env: ENABLED_GOARCHES="arm64 amd64" ENABLED_GOOSES="linux darwin"
Expand All @@ -376,6 +373,9 @@ jobs:
command: make build
- run:
command: make -j build/distributions
- setup_remote_docker
- run:
command: ssh remote-docker "sudo apt-get update; sudo apt-get install -y qemu-user-static binfmt-support"
- run:
command: make -j images
- run:
Expand Down

0 comments on commit e74187a

Please sign in to comment.