Skip to content

Commit

Permalink
ci: fix docker build for armv7
Browse files Browse the repository at this point in the history
  • Loading branch information
damoun committed Jul 29, 2024
1 parent 5d70575 commit 471fdd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ FROM quay.io/prometheus/busybox-${OS}-${ARCH}:latest
ARG ARCH="amd64"
ARG OS="linux"
COPY .build/${OS}-${ARCH}/twitch_exporter /bin/twitch_exporter
RUN chmod +x /bin/twitch_exporter

EXPOSE 9184
ENTRYPOINT [ "/bin/twitch_exporter" ]

0 comments on commit 471fdd5

Please sign in to comment.