aboutsummaryrefslogtreecommitdiff
path: root/Makefile.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-03-05 05:58:41 -0800
committerFuwn <[email protected]>2024-03-05 05:58:41 -0800
commit71f4b701d0341323f03e33d96f8db59796bbe6ad (patch)
tree0158bc5f527ce0c5fd28086f7b5c9e37f141661e /Makefile.toml
parentfeat(rustc): bump nightly (diff)
downloadlocus-71f4b701d0341323f03e33d96f8db59796bbe6ad.tar.xz
locus-71f4b701d0341323f03e33d96f8db59796bbe6ad.zip
ci(earthly): switch to earthly from docker
Diffstat (limited to 'Makefile.toml')
-rw-r--r--Makefile.toml5
1 files changed, 0 insertions, 5 deletions
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", "."]