docker-credential-pass: enable on ppc64le
[ci skip]
This commit is contained in:
parent
f8b6c13f4a
commit
8fd8399615
1 changed files with 1 additions and 1 deletions
|
@ -3,11 +3,11 @@ pkgname=docker-credential-pass
|
|||
version=0.6.1
|
||||
revision=2
|
||||
wrksrc="docker-credential-helpers-${version}"
|
||||
only_for_archs="x86_64 x86_64-musl ppc64le ppc64le-musl"
|
||||
build_style=go
|
||||
go_import_path="github.com/docker/docker-credential-helpers"
|
||||
go_package="${go_import_path}/pass/cmd"
|
||||
depends="pass gnupg2"
|
||||
only_for_archs="x86_64 x86_64-musl"
|
||||
short_desc="Use native stores to keep Docker credentials safe"
|
||||
maintainer="Hoang Nguyen <hoang@wetrust.io>"
|
||||
license="MIT"
|
||||
|
|
Loading…
Reference in a new issue