We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a5479 commit 943ca65Copy full SHA for 943ca65
1 file changed
internal/batches/workspace/workspace_test.go
@@ -13,7 +13,7 @@ import (
13
14
func TestBestWorkspaceCreator(t *testing.T) {
15
ctx := context.Background()
16
- isOverridden := !(runtime.GOOS == "darwin" && runtime.GOARCH == "amd64")
+ isOverridden := !(runtime.GOOS == "darwin" && (runtime.GOARCH == "amd64" || runtime.GOARCH == "arm64"))
17
18
uidGid := func(uid, gid int) docker.UIDGID {
19
return docker.UIDGID{UID: uid, GID: gid}
0 commit comments