Skip to content

Commit

Permalink
Use Machine Image; Docker Volume Mounting Doesn't Work with Docker ex…
Browse files Browse the repository at this point in the history
…ecutor
  • Loading branch information
cwarden committed Oct 5, 2023
1 parent 1968588 commit e3e97bd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
version: 2
jobs:
build:
docker:
- image: cimg/go:1.21
machine:
image: ubuntu-2204:2023.07.2
steps:
- setup_remote_docker:
version: 20.10.17
docker_layer_caching: true
- checkout
- run: go install github.com/tcnksm/[email protected]
- run: sudo apt-get update && sudo apt-get install p7zip-full
Expand Down

0 comments on commit e3e97bd

Please sign in to comment.