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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user