Stopped building Imgin images for the ARM64 platform
All checks were successful
imgin / build (push) Successful in 4m41s
All checks were successful
imgin / build (push) Successful in 4m41s
This commit is contained in:
parent
5a7df38b56
commit
c28771c44d
@ -3,7 +3,7 @@ run-name: imgin
|
||||
env:
|
||||
REPO_NAME: imgin
|
||||
REMOTE_REPO: https://git.voidnet.tech/kev/imgin.git
|
||||
BUILD_PLATFORM: linux/arm64,linux/amd64
|
||||
BUILD_PLATFORM: linux/amd64
|
||||
on:
|
||||
schedule:
|
||||
- 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)
|
||||
echo "STORED_COMMIT=${STORED_COMMIT}" >> "$GITHUB_ENV"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user