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

Merge pull request #187 from espindola/openbsd

Enable pass on non-linux systems
This commit is contained in:
Emmanuel Briney
2021-05-31 14:23:42 +02:00
committed by GitHub
4 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ secretservice:
pass:
mkdir -p bin
go build -o bin/docker-credential-pass pass/cmd/main_linux.go
go build -o bin/docker-credential-pass pass/cmd/main.go
wincred:
mkdir -p bin
View File