Skip to content

Commit

Permalink
Disable ARMv7 as well and add documentation about it in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tlex committed Sep 6, 2021
1 parent d9cf15e commit b5c07bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ variables:
DOCKERHUB_REPO_NAME: cioban
GITHUB_REPO_NAME: ix-ai/cioban
ENABLE_ARM64: 'true'
ENABLE_ARMv7: 'true'
include:
- project: ix.ai/ci-templates
file: "/python-project.yml"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ Docker handles all the work of [applying rolling updates](https://docs.docker.co

## Tags and Arch

Starting with version 0.8.1, the images are multi-arch, with builds for amd64, arm64, armv7 and armv6.
Starting with version 0.8.1, the images are multi-arch, with builds for amd64, arm64.
Please note, `armv7` and `armv6` are no longer available starting with version 0.14.0, since the support for them was dropped in the upstream [docker:latest](https://hub.docker.com/_/docker) image.
* `vN.N.N` - for example 0.8.0
* `latest` - always pointing to the latest version
* `dev-master` - the last build on the master branch
Expand Down

0 comments on commit b5c07bb

Please sign in to comment.