Skip to content

Commit

Permalink
CircleCI: use tlaurion/heads-dev-env:v0.0.8 which includes AC_LOCAL e…
Browse files Browse the repository at this point in the history
…xport of develop env into the docker image. Works locally for talos-2 board build.

Signed-off-by: Thierry Laurion <[email protected]>
  • Loading branch information
tlaurion committed May 2, 2024
1 parent 6d7cfe5 commit 4f0aa80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ commands:
jobs:
prep_env:
docker:
- image: tlaurion/heads-dev-env:v0.0.7
- image: tlaurion/heads-dev-env:v0.0.8
resource_class: large
working_directory: ~/heads
steps:
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:

build_and_persist:
docker:
- image: tlaurion/heads-dev-env:v0.0.7
- image: tlaurion/heads-dev-env:v0.0.8
resource_class: large
working_directory: ~/heads
parameters:
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:

build:
docker:
- image: tlaurion/heads-dev-env:v0.0.7
- image: tlaurion/heads-dev-env:v0.0.8
resource_class: large
working_directory: ~/heads
parameters:
Expand All @@ -160,7 +160,7 @@ jobs:

save_cache:
docker:
- image: tlaurion/heads-dev-env:v0.0.7
- image: tlaurion/heads-dev-env:v0.0.8
resource_class: large
working_directory: ~/heads
steps:
Expand Down

0 comments on commit 4f0aa80

Please sign in to comment.