Merge pull request #2084 from carlosedp/riscv64-manifest

Add riscv64 to manifest annotation and bash completion
This commit is contained in:
Tõnis Tiigi 2019-09-13 14:11:41 -07:00 committed by GitHub
commit 95327f4e62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,7 @@ var validOSArches = map[osArch]bool{
{os: "linux", arch: "ppc64le"}: true,
{os: "linux", arch: "mips64"}: true,
{os: "linux", arch: "mips64le"}: true,
{os: "linux", arch: "riscv64"}: true,
{os: "linux", arch: "s390x"}: true,
{os: "netbsd", arch: "386"}: true,
{os: "netbsd", arch: "amd64"}: true,

View File

@ -4186,6 +4186,7 @@ _docker_manifest_annotate() {
mips64
mips64le
ppc64le
riscv64
s390x" -- "$cur" ) )
return
;;