diff options
| author | Fuwn <[email protected]> | 2024-03-05 05:58:41 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-03-05 05:58:41 -0800 |
| commit | 71f4b701d0341323f03e33d96f8db59796bbe6ad (patch) | |
| tree | 0158bc5f527ce0c5fd28086f7b5c9e37f141661e /Makefile.toml | |
| parent | feat(rustc): bump nightly (diff) | |
| download | locus-71f4b701d0341323f03e33d96f8db59796bbe6ad.tar.xz locus-71f4b701d0341323f03e33d96f8db59796bbe6ad.zip | |
ci(earthly): switch to earthly from docker
Diffstat (limited to 'Makefile.toml')
| -rw-r--r-- | Makefile.toml | 5 |
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", "."] |