Skip to content

Commit babef4a

Browse files
authored
Merge pull request #79 from prometheus-community/superq/drop_arm
Drop arm64 Docker image
2 parents bc49dec + 261f0c0 commit babef4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG ARCH="amd64"
22
ARG OS="linux"
3-
FROM --platform ${OS}/${ARCH} alpine:3
3+
FROM alpine:3
44
LABEL maintainer="The Prometheus Authors <[email protected]>"
55

66
RUN apk add smartmontools

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# limitations under the License.
1313

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

1818
include Makefile.common

0 commit comments

Comments
 (0)