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

Enable pass on non-linux systems

There is nothing linux specific about pass. In particular, I use it in
openbsd.

Signed-off-by: Rafael Ávila de Espíndola <rafael@espindo.la>
This commit is contained in:
Rafael Ávila de Espíndola
2020-09-14 20:37:46 -07:00
parent f78081d1f7
commit f76f0b3f33
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