Skip to content

Commit c511444

Browse files
committed
Fix
1 parent 49b1400 commit c511444

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

{{cookiecutter.project_name|replace(" ", "")}}/Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ tasks:
174174
- pre-commit autoupdate --freeze --jobs 4
175175
- uv lock --upgrade
176176
# This can take a while but it's required for the following step to update BuildKit in the docker driver
177-
- '{{ "{{" }}if eq .CLI_ARGS "all"{{ "}}" }}docker buildx rm multiplatform || true{{ "}}" }}end {{ "}}" }}'
177+
- '{{ "{{" }}if eq .CLI_ARGS "all"{{ "}}" }}docker buildx rm multiplatform || true{{ "{{" }}end{{ "}}" }}'
178178
# If we just destroyed the "multiplatform" builder instance, this will configure a new one. The next time the host runs a `docker buildx build` it will
179179
# rebuild the builder instance, updating its BuildKit. There's no harm in running this even if we didn't do the `docker buildx rm` previously
180180
- task: init-docker-multiplatform

0 commit comments

Comments
 (0)