1
0
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:
Paweł Gronowski
2026-04-20 13:02:07 +02:00
committed by GitHub
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 package secretservice
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build linux && cgo //go:build (linux || openbsd) && cgo
package secretservice package secretservice