mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 00:09:40 +02:00
chore(build): allow darwin binaries download [EE-2070] (#6120)
This commit is contained in:
parent
d091b343b9
commit
0928d1832d
4 changed files with 13 additions and 9 deletions
|
@ -131,7 +131,7 @@ function shell_storybook(env) {
|
|||
|
||||
function shell_build_binary(platform, arch) {
|
||||
const binfile = 'dist/portainer';
|
||||
if (platform === 'linux') {
|
||||
if (platform === 'linux' || platform === 'darwin') {
|
||||
return `
|
||||
if [ -f ${binfile} ]; then
|
||||
echo "Portainer binary exists";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue