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:
committed by
Sebastiaan van Stijn
parent
ed71c9e95d
commit
5fcff353e7
@@ -1,4 +1,4 @@
|
||||
//go:build linux && cgo
|
||||
//go:build (linux || openbsd) && cgo
|
||||
|
||||
package secretservice
|
||||
|
||||
|
||||
Reference in New Issue
Block a user