1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

pass the correct build arch down not the arch of the machine doing the building EE-1920 (#5929)

This commit is contained in:
Matt Hook 2021-10-20 10:02:30 +13:00 committed by GitHub
parent d18c8d0e88
commit ec24826228
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ module.exports = function (grunt) {
grunt.task.run([
`shell:download_docker_binary:${platform}:${a}`,
`shell:download_docker_compose_binary:${platform}:${a}`,
`shell:download_helm_binary:${platform}:${arch}`,
`shell:download_helm_binary:${platform}:${a}`,
`shell:download_kompose_binary:${platform}:${a}`,
`shell:download_kubectl_binary:${platform}:${a}`,
]);