Skip to content

Commit

Permalink
Merge pull request #3840 from werf/build-update-werf-builder
Browse files Browse the repository at this point in the history
build: update werf-builder
  • Loading branch information
ilya-lesikov committed Oct 15, 2021
2 parents 9895841 + 70bf5bf commit 766ad6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions scripts/werf-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
FROM golang:1.17-bullseye

RUN dpkg --add-architecture arm64 && \
apt-get update && \
apt-get install -y gcc-aarch64-linux-gnu libc6-dev-arm64-cross libbtrfs-dev parallel && \
apt-get install -y libbtrfs-dev:arm64 && \
RUN apt-get update && \
apt-get install -y gcc-aarch64-linux-gnu libbtrfs-dev parallel && \
rm -rf /var/lib/apt/lists/*

ADD cmd /.werf-deps/cmd
Expand Down
4 changes: 2 additions & 2 deletions trdl.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
docker_image: ghcr.io/werf/builder:a3f22ce24e321b1cc4a545a5e75a5979f273407a@sha256:b7b929d2304c71e07fa908df81b98a3ec9f1d7c195cba944710bf98df19fba83
commands:
docker_image: ghcr.io/werf/builder:afd00fa1348645658b718df6b2b7447c6cead90b@sha256:829a6fd3d5850fc24366b5a3fb10402fe2d5615dcfd045b7225819c7a8ec5011
commands:
- scripts/build_release_v3.sh {{ .Tag }}
- cp -a release-build/{{ .Tag }}/* /result

0 comments on commit 766ad6f

Please sign in to comment.