Remove armv7 container (#54)

Alpine's naming for armv7 doesn't match.

Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
Ben Kochie 2022-08-08 18:10:42 +02:00 committed by GitHub
parent b528194980
commit 34c5c19517
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
# limitations under the License. # limitations under the License.
# Needs to be defined before including Makefile.common to auto-generate targets # Needs to be defined before including Makefile.common to auto-generate targets
DOCKER_ARCHS ?= amd64 armv7 arm64 DOCKER_ARCHS ?= amd64 arm64
DOCKER_REPO ?= prometheuscommunity DOCKER_REPO ?= prometheuscommunity
include Makefile.common include Makefile.common