Add global --experimental flag to gatekeep some features
This commit adds a global --experiemntal flag so we can start gatekeeping some features where we know beforehand that the UX will very likely change. It also refactors the current --platform flag to be avaiable under this experimental flag for the moment Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>
This commit is contained in:
5
ci.cue
5
ci.cue
@@ -14,11 +14,6 @@ import (
|
||||
)
|
||||
|
||||
dagger.#Plan & {
|
||||
// FIXME: Ideally we would want to automatically set the platform's arch identical to the host
|
||||
// to avoid the performance hit caused by qemu (linter goes from <3s to >3m when arch is x86)
|
||||
// Uncomment if running locally on Mac M1 to bypass qemu
|
||||
// platform: "linux/aarch64"
|
||||
// platform: "linux/amd64"
|
||||
|
||||
client: filesystem: ".": read: exclude: [
|
||||
"bin",
|
||||
|
Reference in New Issue
Block a user