Skip to content

Commit fe5d349

Browse files
authored
Merge pull request #5498 from mikebrow/release-binary-update-for-imgcrypt
Release binary update for imgcrypt
2 parents fc4da97 + 3157392 commit fe5d349

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

script/setup/imgcrypt-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.1.0
1+
8eebb5ea37f38ff04f1a543252bdcd78cef7ce6b

script/setup/install-imgcrypt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ git clone https://github.com/containerd/imgcrypt.git "${TMPROOT}"/imgcrypt
2929
pushd "${TMPROOT}"/imgcrypt
3030
git checkout "${IMGCRYPT_COMMIT}"
3131
make
32-
make install -e DESTDIR="${DESTDIR}/usr/local"
32+
make containerd-release -e DESTDIR="${DESTDIR}/usr/local"
3333

3434
popd
3535
rm -fR "${TMPROOT}"

0 commit comments

Comments
 (0)