Skip to content

Commit fa29cbf

Browse files
committed
single arch
1 parent 4451d47 commit fa29cbf

6 files changed

Lines changed: 3 additions & 45 deletions

File tree

.github/ISSUE_TEMPLATE/issue.bug.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ body:
5252
label: CPU architecture
5353
options:
5454
- x86-64
55-
- arm64
5655
validations:
5756
required: true
5857
- type: textarea

Dockerfile.aarch64

Lines changed: 0 additions & 40 deletions
This file was deleted.

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

jenkins-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

readme-vars.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ project_categories: "Programming"
1111
# supported architectures
1212
available_architectures:
1313
- {arch: "{{ arch_x86_64 }}", tag: "latest"}
14-
- {arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
1514
# development version
1615
development_versions: false
1716
# container parameters

0 commit comments

Comments
 (0)