From 71f4b701d0341323f03e33d96f8db59796bbe6ad Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 5 Mar 2024 05:58:41 -0800 Subject: ci(earthly): switch to earthly from docker --- Makefile.toml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Makefile.toml') diff --git a/Makefile.toml b/Makefile.toml index f900f33..894043b 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -51,8 +51,3 @@ args = [ dependencies = ["checkfc"] command = "cargo" args = ["run", "--", "{@}"] - -[tasks.docker-build] -dependencies = ["checkfc"] -command = "docker" -args = ["build", "-t", "fuwn/locus:latest", "."] -- cgit v1.2.3