go.#Build: small improvements

Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
Solomon Hykes
2022-02-21 05:31:50 +00:00
parent 344998c904
commit f6cee7f306
4 changed files with 6 additions and 8 deletions

View File

@@ -27,7 +27,7 @@ dagger.#Plan & {
env: NAME: "dagger"
mounts: binary: {
dest: "/bin/hello"
contents: build.binary
contents: build.output
source: "/test"
}
}

View File

@@ -15,7 +15,7 @@ dagger.#Plan & {
command: args: ["version"]
}
overide: {
override: {
base: alpine.#Build & {
packages: go: _
}