CI: Update build-libheif.sh script #4082

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2024-03-01 07:57:52 +01:00
parent e6a8579c20
commit ad0b71c0f9

View file

@ -4,7 +4,7 @@
#
# To create ARMv7 binaries with Docker on Ubuntu 22.04 LTS, you can e.g. run the following:
#
# docker run --rm -u 1000 --platform=arm --pull=always -v ".:/go/src/github.com/photoprism/photoprism" \
# docker run --rm --platform=arm --pull=always -v ".:/go/src/github.com/photoprism/photoprism" \
# -e BUILD_ARCH=arm -e SYSTEM_ARCH=arm --entrypoint "" photoprism/develop:jammy ./scripts/dist/build-libheif.sh
# Show usage information if first argument is --help.