Stopped building Imgin images for the ARM64 platform
This commit is contained in:
parent
797d7bd77d
commit
470f308c8d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user