mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
driver: add feature testing
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
9
driver/features.go
Normal file
9
driver/features.go
Normal file
@ -0,0 +1,9 @@
|
||||
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"
|
Reference in New Issue
Block a user