0
0

Stopped building Imgin images for the ARM64 platform
Some checks failed
caddy / build (push) Failing after 5s

This commit is contained in:
Opnxng 2024-05-30 23:46:22 +08:00
parent 94a99be884
commit ae8dca6fe3

View File

@ -3,7 +3,7 @@ run-name: imgin
env: env:
REPO_NAME: imgin REPO_NAME: imgin
REMOTE_REPO: https://git.voidnet.tech/kev/imgin.git REMOTE_REPO: https://git.voidnet.tech/kev/imgin.git
BUILD_PLATFORM: linux/arm64,linux/amd64 BUILD_PLATFORM: linux/amd64
on: on:
schedule: schedule:
- cron: "0 0 * * *" # at midnight - cron: "0 0 * * *" # at midnight
@ -69,4 +69,4 @@ jobs:
STORED_COMMIT=$(curl -H "Authorization: Bearer ${{ secrets.NT }}" -s "https://nt.opnxng.com/${REPO_NAME}/raw?poll=1" | tail -n 1) STORED_COMMIT=$(curl -H "Authorization: Bearer ${{ secrets.NT }}" -s "https://nt.opnxng.com/${REPO_NAME}/raw?poll=1" | tail -n 1)
echo "STORED_COMMIT=${STORED_COMMIT}" >> "$GITHUB_ENV" echo "STORED_COMMIT=${STORED_COMMIT}" >> "$GITHUB_ENV"
exit 1 exit 1
fi fi