This commit is contained in:
aptalca 2024-06-16 13:59:26 -04:00 committed by GitHub
parent c34793cfef
commit 294eccdd32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
Jenkinsfile vendored
View File

@ -110,7 +110,7 @@ pipeline {
fi
for arch in amd64 arm64v8; do
echo "**** Retrieving wheels for ${arch}-${distro} ****"
if [[ "${arch}" = "amd64" ]; then
if [[ "${arch}" = "amd64" ]]; then
PLATFORM="linux/amd64"
else
PLATFORM="linux/arm64"