curl 7.82.0
moparisthebest/static-curl/pipeline/head This commit looks good Details

This commit is contained in:
Travis Burtrum 2022-03-05 11:28:09 -05:00
parent 7f0eec176f
commit 382793c189
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ Grab the [latest release](https://github.com/moparisthebest/static-curl/releases
- [curl-i386](https://github.com/moparisthebest/static-curl/releases/latest/download/curl-i386) - [curl-i386](https://github.com/moparisthebest/static-curl/releases/latest/download/curl-i386)
- [curl-aarch64](https://github.com/moparisthebest/static-curl/releases/latest/download/curl-aarch64) - [curl-aarch64](https://github.com/moparisthebest/static-curl/releases/latest/download/curl-aarch64)
- [curl-armv7](https://github.com/moparisthebest/static-curl/releases/latest/download/curl-armv7) - [curl-armv7](https://github.com/moparisthebest/static-curl/releases/latest/download/curl-armv7)
- [curl-armhf](https://github.com/moparisthebest/static-curl/releases/latest/download/curl-armhf)
- [curl-ppc64le](https://github.com/moparisthebest/static-curl/releases/latest/download/curl-ppc64le) - [curl-ppc64le](https://github.com/moparisthebest/static-curl/releases/latest/download/curl-ppc64le)
Static binaries for windows are provided directly by [curl](https://curl.haxx.se/windows/) itself. Static binaries for windows are provided directly by [curl](https://curl.haxx.se/windows/) itself.

View File

@ -5,7 +5,7 @@
# docker run --rm -v $(pwd):/tmp -w /tmp -e ARCH=aarch64 multiarch/alpine:aarch64-latest-stable /tmp/build.sh # docker run --rm -v $(pwd):/tmp -w /tmp -e ARCH=aarch64 multiarch/alpine:aarch64-latest-stable /tmp/build.sh
# docker run --rm -v $(pwd):/tmp -w /tmp -e ARCH=ARCH_HERE ALPINE_IMAGE_HERE /tmp/build.sh # docker run --rm -v $(pwd):/tmp -w /tmp -e ARCH=ARCH_HERE ALPINE_IMAGE_HERE /tmp/build.sh
CURL_VERSION='7.81.0' CURL_VERSION='7.82.0'
[ "$1" != "" ] && CURL_VERSION="$1" [ "$1" != "" ] && CURL_VERSION="$1"