mirror of
https://github.com/docker/buildx.git
synced 2024-11-22 15:37:16 +08:00
0788035da8
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
10 lines
224 B
Go
10 lines
224 B
Go
package driver
|
|
|
|
type Feature string
|
|
|
|
const OCIExporter Feature = "OCI exporter"
|
|
const DockerExporter Feature = "Docker exporter"
|
|
|
|
const CacheExport Feature = "cache export"
|
|
const MultiPlatform Feature = "multiple platforms"
|