Create ARM based App Version - Manual - Industrial Edge - Industrial Edge - Industrial Edge - Documentation of Industrial Edge APIs - CLI tools - Industrial Edge - References - APIs

Industrial Edge Platform Operation - APIs & References

Product
Industrial Edge
Edition
12/2024
Language
en-US (original)

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.