Skip to content

Commit

Permalink
Pull base buildbox to speed up ARM push builds (#5547)
Browse files Browse the repository at this point in the history
  • Loading branch information
webvictim authored Feb 11, 2021
1 parent 4fdde4b commit 3458976
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -956,6 +956,7 @@ steps:
commands:
- apk add --no-cache make
- chown -R $UID:$GID /go
- docker pull quay.io/gravitational/teleport-buildbox:$RUNTIME || true
- docker pull quay.io/gravitational/teleport-buildbox-arm:$RUNTIME || true
- cd /go/src/github.com/gravitational/teleport
- make -C build.assets release-arm
Expand Down Expand Up @@ -1056,6 +1057,7 @@ steps:
commands:
- apk add --no-cache make
- chown -R $UID:$GID /go
- docker pull quay.io/gravitational/teleport-buildbox:$RUNTIME || true
- docker pull quay.io/gravitational/teleport-buildbox-arm-fips:$RUNTIME || true
- cd /go/src/github.com/gravitational/teleport
- export VERSION=$(cat /go/.version.txt)
Expand Down Expand Up @@ -1155,6 +1157,7 @@ steps:
commands:
- apk add --no-cache make
- chown -R $UID:$GID /go
- docker pull quay.io/gravitational/teleport-buildbox:$RUNTIME || true
- docker pull quay.io/gravitational/teleport-buildbox-arm:$RUNTIME || true
- cd /go/src/github.com/gravitational/teleport
- make -C build.assets release-arm64
Expand Down Expand Up @@ -1255,6 +1258,7 @@ steps:
commands:
- apk add --no-cache make
- chown -R $UID:$GID /go
- docker pull quay.io/gravitational/teleport-buildbox:$RUNTIME || true
- docker pull quay.io/gravitational/teleport-buildbox-arm-fips:$RUNTIME || true
- cd /go/src/github.com/gravitational/teleport
- export VERSION=$(cat /go/.version.txt)
Expand Down Expand Up @@ -4375,6 +4379,6 @@ volumes:

---
kind: signature
hmac: ba30a98313927c4b9783894aab0bf16e414fda3275355dae3b2190875dcee77a
hmac: ae1c9456686b7053f9f0a24b30f42bceda00fff2905e2c081779966db4b40113

...

0 comments on commit 3458976

Please sign in to comment.