Merge pull request #5498 from mikebrow/release-binary-update-for-imgcrypt

Release binary update for imgcrypt
This commit is contained in:
Derek McGowan 2021-05-13 14:33:43 -07:00 committed by GitHub
commit fe5d3496a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
v1.1.0
8eebb5ea37f38ff04f1a543252bdcd78cef7ce6b

View File

@ -29,7 +29,7 @@ git clone https://github.com/containerd/imgcrypt.git "${TMPROOT}"/imgcrypt
pushd "${TMPROOT}"/imgcrypt
git checkout "${IMGCRYPT_COMMIT}"
make
make install -e DESTDIR="${DESTDIR}/usr/local"
make containerd-release -e DESTDIR="${DESTDIR}/usr/local"
popd
rm -fR "${TMPROOT}"