mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-23 19:39:53 +07:00
build: fix local
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
efca3aaf6d
commit
fb183e437e
3
.github/workflows/autobuild.yml
vendored
3
.github/workflows/autobuild.yml
vendored
@ -236,7 +236,8 @@ jobs:
|
|||||||
- Development Build
|
- Development Build
|
||||||
|
|
||||||
### Information:
|
### Information:
|
||||||
- Full Changelog and Arc Patch (Decryption Key) are available in my Discord.
|
- Full Changelog is available in my Discord
|
||||||
|
- Discord Account for Arc Patch needed
|
||||||
|
|
||||||
### Dependencies:
|
### Dependencies:
|
||||||
- Addons: ${{ env.ADDONTAG }}
|
- Addons: ${{ env.ADDONTAG }}
|
||||||
|
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -270,7 +270,8 @@ jobs:
|
|||||||
- ${{ inputs.notice }}
|
- ${{ inputs.notice }}
|
||||||
|
|
||||||
### Information:
|
### Information:
|
||||||
- Full Changelog and Arc Patch (Decryption Key) are available in my Discord.
|
- Full Changelog is available in my Discord
|
||||||
|
- Discord Account for Arc Patch needed
|
||||||
|
|
||||||
### Versions:
|
### Versions:
|
||||||
- stable: Stable Image (Full Image, all dependencies are included, less hardware support)
|
- stable: Stable Image (Full Image, all dependencies are included, less hardware support)
|
||||||
|
@ -37,8 +37,8 @@ sudo mount ${LOOPX}p3 "/tmp/p3"
|
|||||||
|
|
||||||
[[ ! -f "brx/bzImage-arc" || ! -f "brx/initrd-arc" ]] && return 1
|
[[ ! -f "brx/bzImage-arc" || ! -f "brx/initrd-arc" ]] && return 1
|
||||||
|
|
||||||
ARC_BUILD="`date +'%y%m%d'`-dev"
|
ARC_BUILD="`date +'%y%m%d'`"
|
||||||
ARC_VERSION="13.11"
|
ARC_VERSION="13.37.dev"
|
||||||
ARC_BRANCH="next"
|
ARC_BRANCH="next"
|
||||||
echo "${ARC_BUILD}" >files/p1/ARC-BUILD
|
echo "${ARC_BUILD}" >files/p1/ARC-BUILD
|
||||||
echo "${ARC_VERSION}" >files/p1/ARC-VERSION
|
echo "${ARC_VERSION}" >files/p1/ARC-VERSION
|
||||||
|
@ -38,7 +38,7 @@ sudo mount ${LOOPX}p3 "/tmp/p3"
|
|||||||
[[ ! -f "brs/bzImage-arc" || ! -f "brs/initrd-arc" ]] && return 1
|
[[ ! -f "brs/bzImage-arc" || ! -f "brs/initrd-arc" ]] && return 1
|
||||||
|
|
||||||
ARC_BUILD="`date +'%y%m%d'`-dev"
|
ARC_BUILD="`date +'%y%m%d'`-dev"
|
||||||
ARC_VERSION="13.11"
|
ARC_VERSION="13.37.dev"
|
||||||
ARC_BRANCH="stable"
|
ARC_BRANCH="stable"
|
||||||
echo "${ARC_BUILD}" >files/p1/ARC-BUILD
|
echo "${ARC_BUILD}" >files/p1/ARC-BUILD
|
||||||
echo "${ARC_VERSION}" >files/p1/ARC-VERSION
|
echo "${ARC_VERSION}" >files/p1/ARC-VERSION
|
||||||
|
Loading…
Reference in New Issue
Block a user