File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 9
9
global :
10
10
- IMAGE=carlosedp/arm_exporter
11
11
- BINARY=rpi_exporter
12
- - QEMU_VERSION=v2.9.1-1
12
+ - QEMU_VERSION=v2.7.0
13
13
matrix :
14
14
# TARGET = Base image architecture to be used
15
15
# ARCH = qemu binary to be downloaded from https://github.com/multiarch/qemu-user-static/releases
16
16
# TAG = Tag to be applied to the image when upload to DockerHub
17
17
- TARGET=arm64v8 ARCH=aarch64 TAG=arm64 RELEASE=arm64
18
- - TARGET=arm32v6 ARCH=arm TAG=arm RELEASE=armv6
18
+ - TARGET=arm32v6 ARCH=arm TAG=arm RELEASE=armv7
19
19
20
20
script :
21
21
- DOWNLOAD_URL=$(curl -s https://api.github.com/repos/lukasmalkmus/rpi_exporter/releases/latest | grep "browser_download_url" | grep "$RELEASE" | cut -d\" -f4)
Original file line number Diff line number Diff line change 1
1
ARG target=arm32v6
2
2
FROM $target/alpine
3
3
4
- # set version label
5
- LABEL maintainer="carlosedp"
6
-
7
4
ARG arch=arm
8
5
ENV ARCH=$arch
9
6
You can’t perform that action at this time.
0 commit comments