Merge pull request #1644 from shykes/go-fix
go.#Build: small improvements
This commit is contained in:
commit
1135398bee
@ -43,8 +43,9 @@ import (
|
||||
"-o": "/output/"
|
||||
}
|
||||
}
|
||||
export: directories: "/output/": _
|
||||
export: directories: "/output": _
|
||||
}
|
||||
|
||||
binary: container.export.directories."/output/"
|
||||
// Directory containing the output of the build
|
||||
output: container.export.directories."/output"
|
||||
}
|
||||
|
@ -36,9 +36,6 @@ import (
|
||||
dest: _cachePath
|
||||
}
|
||||
}
|
||||
env: {
|
||||
CGO_ENABLED: "0"
|
||||
GOMODCACHE: _cachePath
|
||||
}
|
||||
env: GOMODCACHE: _cachePath
|
||||
}
|
||||
}
|
||||
|
@ -27,7 +27,7 @@ dagger.#Plan & {
|
||||
env: NAME: "dagger"
|
||||
mounts: binary: {
|
||||
dest: "/bin/hello"
|
||||
contents: build.binary
|
||||
contents: build.output
|
||||
source: "/test"
|
||||
}
|
||||
}
|
||||
|
@ -15,7 +15,7 @@ dagger.#Plan & {
|
||||
command: args: ["version"]
|
||||
}
|
||||
|
||||
overide: {
|
||||
override: {
|
||||
base: alpine.#Build & {
|
||||
packages: go: _
|
||||
}
|
||||
|
Reference in New Issue
Block a user