Compare commits

..

No commits in common. "ea8e41dc6787d251c0f664182206344a93c8c856" and "972f44cf7e688f5a96ca333c7972d037d0711630" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -101,7 +101,7 @@ steps:
image: plugins/manifest image: plugins/manifest
settings: settings:
ignore_missing: true ignore_missing: true
target: spcodes/cadvisor:v0.37.5 target: spcodes/cadvisor:v0.37.0
template: spcodes/cadvisor:OS-ARCH template: spcodes/cadvisor:OS-ARCH
platforms: platforms:
- linux/amd64 - linux/amd64

View file

@ -6,7 +6,7 @@ FROM arm32v7/golang:1.16.0-alpine3.13@sha256:1eeb5ebd41362acd7a0540f2d0fdc915bef
FROM arm64v8/golang:1.16.0-alpine3.13@sha256:e1645e884060c64b46789c1b65e6d4586608244088f08da90997b28559a10ae5 AS builder-arm64 FROM arm64v8/golang:1.16.0-alpine3.13@sha256:e1645e884060c64b46789c1b65e6d4586608244088f08da90997b28559a10ae5 AS builder-arm64
FROM builder-${ARCH} AS builder FROM builder-${ARCH} AS builder
ENV CADVISOR_VERSION="v0.37.5" ENV CADVISOR_VERSION="v0.37.0"
WORKDIR $GOPATH/src/github.com/google/cadvisor WORKDIR $GOPATH/src/github.com/google/cadvisor