1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30

secretservice: allow building on openbsd

There is nothing linux specific about secretservice. I was able to
build it on openbsd with this change.

Signed-off-by: Rafael Ávila de Espíndola <rafael@espindo.la>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Rafael Ávila de Espíndola
2020-09-14 21:32:18 -07:00
committed by Sebastiaan van Stijn
parent ed71c9e95d
commit 5fcff353e7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build linux && cgo
//go:build (linux || openbsd) && cgo
package secretservice