Skip to content

Commit f860bdb

Browse files
fr33jcjcalixto
andauthored
Add osusergo build tag (#295)
This enables a Go-native os/user which should make binaries built on Ubuntu Bionic (in this case, via travis-ci.org) work on other Linuxes with different syscall ABIs. Co-authored-by: John Calixto <[email protected]>
1 parent 38b683a commit f860bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PKG := github.com/genuinetools/$(NAME)
55
CGO_ENABLED := 1
66

77
# Set any default go build tags
8-
BUILDTAGS ?= seccomp
8+
BUILDTAGS ?= seccomp osusergo
99

1010
include basic.mk
1111

0 commit comments

Comments
 (0)