diff options
| -rw-r--r-- | .circleci/config.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 34c3f1a..754da91 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,15 +18,14 @@ commands: jobs: build: - docker: - - image: cimg/base:stable + machine: + image: 'ubuntu-2004:202010-01' steps: - checkout - setup-bazel - run: name: "Build" command: "bazel build //:packages" - no_output_timeout: 3h - store_artifacts: path: ~/project/bazel-bin/packages* |
