Build and publish Docker image #18
Annotations
1 error and 1 warning
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case ${TARGETPLATFORM} in \"linux/amd64\") export ARCH=\"amd64\" ;; \"linux/arm64\") export ARCH=\"armv8\" ;; *) echo \"Unsupported TARGETPLATFORM: ${TARGETPLATFORM}\" && exit 1 ;; esac && echo \"Building for ${ARCH} with GOST ${GOST_VERSION}\" && apt-get update && apt-get upgrade -y && apt-get install -y curl gnupg lsb-release sudo jq ipcalc && curl https://pkg.cloudflareclient.com/pubkey.gpg | gpg --yes --dearmor --output /usr/share/keyrings/cloudflare-warp-archive-keyring.gpg && echo \"deb [signed-by=/usr/share/keyrings/cloudflare-warp-archive-keyring.gpg] https://pkg.cloudflareclient.com/ $(lsb_release -cs) main\" | tee /etc/apt/sources.list.d/cloudflare-client.list && apt-get update && apt-get install -y cloudflare-warp && apt-get clean && apt-get autoremove -y && curl -LO https://github.com/ginuerzh/gost/releases/download/v${GOST_VERSION}/gost-linux-${ARCH}-${GOST_VERSION}.gz && gunzip gost-linux-${ARCH}-${GOST_VERSION}.gz && mv gost-linux-${ARCH}-${GOST_VERSION} /usr/bin/gost && chmod +x /usr/bin/gost && chmod +x /entrypoint.sh && chmod +x /healthcheck/index.sh && useradd -m -s /bin/bash warp && echo \"warp ALL=(ALL) NOPASSWD:ALL\" > /etc/sudoers.d/warp" did not complete successfully: exit code: 1
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|