mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 00:47:48 +08:00
12 lines
266 B
Go
12 lines
266 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"
|
|
|
|
const HistoryAPI Feature = "history api"
|