Skip to content

Commit 4189be1

Browse files
committed
exclude baremetal targets
1 parent d4636aa commit 4189be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/os/osexec.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//go:build linux
1+
//go:build linux && !baremetal
22

33
package os
44

0 commit comments

Comments
 (0)