Skip to content

Commit 7b974cc

Browse files
committed
Tiltfile: target solana builder explicitly instead of last stage
1 parent c468f23 commit 7b974cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tiltfile

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ docker_build(
2828
context = "./",
2929
only = ["./sdk", "./solana"],
3030
ignore=["./sdk/__tests__", "./sdk/Dockerfile", "./sdk/ci.yaml", "./sdk/**/dist", "./sdk/node_modules", "./sdk/**/node_modules"],
31+
target = "builder",
3132
dockerfile = "./solana/Dockerfile",
3233
)
3334
k8s_yaml_with_ns("./solana/solana-devnet.yaml")

0 commit comments

Comments
 (0)