[bitnami/sonarqube] Add ARM64 support for Sonarqube (#6669)

Signed-off-by: Alejandro Ruiz <alejandroruiz@vmware.com>
This commit is contained in:
Alejandro Ruiz 2022-09-16 12:00:17 +02:00 committed by GitHub
parent 85c8b0324f
commit 2bc05f8ab2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@
}
},
"architectures": [
"linux/amd64"
"linux/amd64",
"linux/arm64"
]
}
},