mirror of
https://github.com/3proxy/3proxy.git
synced 2026-08-05 17:20:11 +08:00
fix arm64 docker build
Some checks are pending
C/C++ CI Linux / ${{ matrix.target }} (ubuntu-24.04-arm) (push) Waiting to run
C/C++ CI Linux / ${{ matrix.target }} (ubuntu-latest) (push) Waiting to run
C/C++ CI MacOS / ${{ matrix.target }} (macos-15) (push) Waiting to run
C/C++ CI Windows / ${{ matrix.target }} (windows-2022) (push) Waiting to run
C/C++ CI cmake / ${{ matrix.target }} (macos-15) (push) Waiting to run
C/C++ CI cmake / ${{ matrix.target }} (ubuntu-24.04-arm) (push) Waiting to run
C/C++ CI cmake / ${{ matrix.target }} (ubuntu-latest) (push) Waiting to run
C/C++ CI cmake / ${{ matrix.target }} (windows-2022) (push) Waiting to run
C/C++ CI cmake / ubuntu-latest (wolfSSL) (push) Waiting to run
Some checks are pending
C/C++ CI Linux / ${{ matrix.target }} (ubuntu-24.04-arm) (push) Waiting to run
C/C++ CI Linux / ${{ matrix.target }} (ubuntu-latest) (push) Waiting to run
C/C++ CI MacOS / ${{ matrix.target }} (macos-15) (push) Waiting to run
C/C++ CI Windows / ${{ matrix.target }} (windows-2022) (push) Waiting to run
C/C++ CI cmake / ${{ matrix.target }} (macos-15) (push) Waiting to run
C/C++ CI cmake / ${{ matrix.target }} (ubuntu-24.04-arm) (push) Waiting to run
C/C++ CI cmake / ${{ matrix.target }} (ubuntu-latest) (push) Waiting to run
C/C++ CI cmake / ${{ matrix.target }} (windows-2022) (push) Waiting to run
C/C++ CI cmake / ubuntu-latest (wolfSSL) (push) Waiting to run
This commit is contained in:
parent
4877b39f2c
commit
92d3b08dd2
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
|
|
||||||
FROM docker.io/alpine:latest AS wolfssl
|
FROM docker.io/alpine:latest AS wolfssl
|
||||||
RUN apk add --no-cache build-base curl autoconf automake libtool
|
RUN apk add --no-cache build-base curl autoconf automake libtool linux-headers
|
||||||
RUN TAG=$(curl -s https://api.github.com/repos/wolfSSL/wolfssl/releases/latest \
|
RUN TAG=$(curl -s https://api.github.com/repos/wolfSSL/wolfssl/releases/latest \
|
||||||
| sed -n 's/.*"tag_name": *"\([^"]*\)".*/\1/p') && \
|
| sed -n 's/.*"tag_name": *"\([^"]*\)".*/\1/p') && \
|
||||||
echo "wolfssl tag: $TAG" && \
|
echo "wolfssl tag: $TAG" && \
|
||||||
|
|||||||
@ -27,7 +27,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
FROM docker.io/alpine:latest AS wolfssl
|
FROM docker.io/alpine:latest AS wolfssl
|
||||||
RUN apk add --no-cache build-base curl autoconf automake libtool
|
RUN apk add --no-cache build-base curl autoconf automake libtool linux-headers
|
||||||
RUN TAG=$(curl -s https://api.github.com/repos/wolfSSL/wolfssl/releases/latest \
|
RUN TAG=$(curl -s https://api.github.com/repos/wolfSSL/wolfssl/releases/latest \
|
||||||
| sed -n 's/.*"tag_name": *"\([^"]*\)".*/\1/p') && \
|
| sed -n 's/.*"tag_name": *"\([^"]*\)".*/\1/p') && \
|
||||||
echo "wolfssl tag: $TAG" && \
|
echo "wolfssl tag: $TAG" && \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user