Skip to content
This repository has been archived by the owner on Feb 9, 2020. It is now read-only.

Commit

Permalink
Adds docker image build for armv6
Browse files Browse the repository at this point in the history
  • Loading branch information
tlex committed Jan 22, 2020
1 parent ac10bd1 commit d7a02fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ variables:
DOCKERHUB_REPO_NAME: alertmanager-telegram-bot
ENABLE_ARM64: 'true'
ENABLE_ARMv7: 'true'
ENABLE_ARMv6: 'true'

include:
- project: 'ix.ai/ci-templates'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ receivers:

## Tags and Arch

Starting with version v0.6.0, the images are multi-arch, with builds for amd64, arm64 and armv7.
Starting with version v0.6.1, the images are multi-arch, with builds for amd64, arm64, armv7 and armv6.
* `vN.N.N` - for example v0.6.0
* `latest` - always pointing to the latest version
* `dev-branch` - the last build on a feature/development branch
Expand Down

0 comments on commit d7a02fa

Please sign in to comment.