Skip to content

Commit

Permalink
Fix executor for build_docker_images (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch authored Nov 10, 2024
1 parent fceae0d commit 0a6291e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
paths:
- ./dist
build_docker_images:
executor: go
executor: base
environment:
BUILD_TARGETS: "linux/arm/v7,linux/arm64,linux/amd64"
steps:
Expand Down

0 comments on commit 0a6291e

Please sign in to comment.