Commit ff82adeb authored by Erik Wilson's avatar Erik Wilson

Test arm64 with sonobuoy

parent 73bbf799
...@@ -142,6 +142,14 @@ steps: ...@@ -142,6 +142,14 @@ steps:
event: event:
- tag - tag
- name: sonobuoy-e2e-tests
image: rancher/dapper:v0.4.2
commands:
- dapper -f Dockerfile.sonobuoy.dapper
volumes:
- name: docker
path: /var/run/docker.sock
volumes: volumes:
- name: docker - name: docker
host: host:
......
FROM golang:1.12.9-alpine3.10 FROM golang:1.12.9-alpine3.10
RUN apk -U --no-cache add bash git docker curl jq coreutils RUN apk -U --no-cache add bash git gcc musl-dev docker curl jq coreutils
RUN go get -d github.com/heptio/sonobuoy && \ RUN go get -d github.com/heptio/sonobuoy && \
git -C /go/src/github.com/heptio/sonobuoy checkout -b current v0.16.0 && \ git -C /go/src/github.com/heptio/sonobuoy checkout -b current v0.16.0 && \
go install github.com/heptio/sonobuoy go install github.com/heptio/sonobuoy
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment