mirror of
https://github.com/docker/docker-credential-helpers.git
synced 2026-06-13 16:01:28 +05:30
Merge pull request #228 from thaJeztah/carry_openbsd_secretservice
secretservice: allow building on openbsd
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//go:build linux && cgo
|
||||
//go:build (linux || openbsd) && cgo
|
||||
|
||||
package secretservice
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//go:build linux && cgo
|
||||
//go:build (linux || openbsd) && cgo
|
||||
|
||||
package secretservice
|
||||
|
||||
|
||||
Reference in New Issue
Block a user