ci: fixed github action
Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
This commit is contained in:
@@ -9,7 +9,9 @@ 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)
|
||||
platform: "linux/aarch64"
|
||||
// Uncomment if running locally on Mac M1 to bypass qemu
|
||||
// platform: "linux/aarch64"
|
||||
platform: "linux/amd64"
|
||||
|
||||
client: filesystem: {
|
||||
"../": read: exclude: [
|
||||
|
Reference in New Issue
Block a user