Skip to content

Commit

Permalink
Drop arm64 Docker image
Browse files Browse the repository at this point in the history
Drop the arm64 Docker image until we figure out a good cross-build setup
for alpine-based builds.

Fixes: #78

Signed-off-by: SuperQ <superq@gmail.com>
  • Loading branch information
SuperQ committed Oct 5, 2022
1 parent bc49dec commit 261f0c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG ARCH="amd64"
ARG OS="linux"
FROM --platform ${OS}/${ARCH} alpine:3
FROM alpine:3
LABEL maintainer="The Prometheus Authors <prometheus-developers@googlegroups.com>"

RUN apk add smartmontools
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# limitations under the License.

# Needs to be defined before including Makefile.common to auto-generate targets
DOCKER_ARCHS ?= amd64 arm64
DOCKER_ARCHS ?= amd64
DOCKER_REPO ?= prometheuscommunity

include Makefile.common
Expand Down

0 comments on commit 261f0c0

Please sign in to comment.