mirror of
https://github.com/prometheus-community/smartctl_exporter.git
synced 2024-11-16 01:33:07 +01:00
Remove armv7 container (#54)
Alpine's naming for armv7 doesn't match. Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
parent
b528194980
commit
34c5c19517
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@
|
|||
# limitations under the License.
|
||||
|
||||
# Needs to be defined before including Makefile.common to auto-generate targets
|
||||
DOCKER_ARCHS ?= amd64 armv7 arm64
|
||||
DOCKER_ARCHS ?= amd64 arm64
|
||||
DOCKER_REPO ?= prometheuscommunity
|
||||
|
||||
include Makefile.common
|
||||
|
|
Loading…
Reference in a new issue