Skip to content

Create ARM based App Version

After creating application using iectl publisher standalone-app create

You can create an ARM based app version by using the --arch as arm64 :

# Create application version which does not have any redirection
$ iectl publisher standalone-app version create \
            --appname "my_app" -v "0.0.1" \
            --yamlpath "/yaml/docker-compose.yaml" \
            --changelogs "changelogs" \
            --redirectsection "" \
            --redirecttype "ExternalLink" \
            --redirecturl "" \
            --arch "arm64" \

NOTICE

Once an application version has been created with a particular type of architecture, it will not be possible to change it for the newer versions that are to be created.