Skip to content

Commit

Permalink
Merge pull request #79 from prometheus-community/superq/drop_arm
Browse files Browse the repository at this point in the history
Drop arm64 Docker image
  • Loading branch information
SuperQ committed Oct 5, 2022
2 parents bc49dec + 261f0c0 commit babef4a
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 babef4a

Please sign in to comment.