Skip to content

Commit

Permalink
Tiltfile: target solana builder explicitly instead of last stage
Browse files Browse the repository at this point in the history
  • Loading branch information
kcsongor committed Apr 30, 2024
1 parent c468f23 commit 7b974cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ docker_build(
context = "./",
only = ["./sdk", "./solana"],
ignore=["./sdk/__tests__", "./sdk/Dockerfile", "./sdk/ci.yaml", "./sdk/**/dist", "./sdk/node_modules", "./sdk/**/node_modules"],
target = "builder",
dockerfile = "./solana/Dockerfile",
)
k8s_yaml_with_ns("./solana/solana-devnet.yaml")
Expand Down

0 comments on commit 7b974cc

Please sign in to comment.