File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 label : CPU architecture
5353 options :
5454 - x86-64
55- - arm64
5655 validations :
5756 required : true
5857 - type : textarea
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ pipeline {
2727 DEV_DOCKERHUB_IMAGE = ' lsiodev/pycharm'
2828 PR_DOCKERHUB_IMAGE = ' lspipepr/pycharm'
2929 DIST_IMAGE = ' arch'
30- MULTIARCH = ' true '
30+ MULTIARCH = ' false '
3131 CI = ' true'
3232 CI_WEB = ' true'
3333 CI_PORT = ' 3001'
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ The architectures supported by this image are:
5252| Architecture | Available | Tag |
5353| :----: | :----: | ---- |
5454| x86-64 | ✅ | amd64-\< version tag\> |
55- | arm64 | ✅ | arm64v8- \< version tag \> |
55+ | arm64 | ❌ | |
5656
5757## Application Setup
5858
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ repo_vars:
1616 - DEV_DOCKERHUB_IMAGE = 'lsiodev/pycharm'
1717 - PR_DOCKERHUB_IMAGE = 'lspipepr/pycharm'
1818 - DIST_IMAGE = 'arch'
19- - MULTIARCH = 'true '
19+ - MULTIARCH = 'false '
2020 - CI = 'true'
2121 - CI_WEB = 'true'
2222 - CI_PORT = '3001'
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ project_categories: "Programming"
1111# supported architectures
1212available_architectures :
1313 - {arch: "{{ arch_x86_64 }}", tag: "latest"}
14- - {arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
1514# development version
1615development_versions : false
1716# container parameters
You can’t perform that action at this time.
0 commit comments