Skip to content

Commit 231110b

Browse files
committed
fix platform typo
1 parent aa5b188 commit 231110b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DepotDelivery"
22
uuid = "5c353f05-31b8-41b6-b09f-65e5456b8b1e"
33
authors = ["Josh Day <[email protected]> and contributors"]
4-
version = "0.1.3"
4+
version = "0.1.4"
55

66
[deps]
77
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"

src/DepotDelivery.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function build(path::String; platform = Base.BinaryPlatforms.HostPlatform())
5151

5252
cp(path, joinpath(depot, "dev", name))
5353
Pkg.activate()
54-
Pkg.instantiate()
54+
Pkg.instantiate(; platform)
5555

5656
open(io -> TOML.print(io, build_spec), joinpath(depot, "config", "depot_build.toml"), "w")
5757
open(io -> print(io, startup_script(name)), joinpath(depot, "config", "depot_startup.jl"), "w")

0 commit comments

Comments
 (0)