diff --git a/pkg/emulation/elf.go b/pkg/emulation/elf.go index b686769ecc..203cae88fc 100644 --- a/pkg/emulation/elf.go +++ b/pkg/emulation/elf.go @@ -1,4 +1,4 @@ -//go:build !remote +//go:build linux && !remote package emulation