ollama/build
Blake Mizerany 628f1feb36 build: back to taking manifests as []byte
Its nicer to have the manifests be an opaque []byte, rather than a
struct. This way users of the build package don't need to know about the
internal structure of the manifests. The registry can interpret the
manifests as it sees fit, while letting build keep its own Go type of
manifest which is easier to work with in the build package.
2024-04-01 23:18:58 -07:00
..
blob build: make Build accept only refs without builds 2024-04-01 22:12:43 -07:00
internal/blobstore build: move Manifest from internal/blobstore to build 2024-04-01 21:43:30 -07:00
build.go build: back to taking manifests as []byte 2024-04-01 23:18:58 -07:00
build_test.go build: cleanup error names and other things 2024-04-01 21:57:34 -07:00
convert.go init 2024-03-31 09:24:53 -07:00
default.go init 2024-03-31 09:24:53 -07:00
import.go init 2024-03-31 09:24:53 -07:00