forgejo-ci: build.sh is now local rather than patched
All checks were successful
/ lint (pull_request) Successful in 30s
/ deploy-aarch64 (pull_request) Successful in 1m24s
/ build-aarch64 (pull_request) Successful in 58m26s
/ deploy-x86_64 (pull_request) Successful in 40s
/ build-x86_64 (pull_request) Successful in 21m26s

This commit is contained in:
Antoine Martin 2024-08-24 21:23:33 -04:00
parent 6ae0369059
commit a510718e70
Signed by: ayakael
GPG key ID: D62A472A4AA7D541
4 changed files with 262 additions and 72 deletions

View file

@ -27,9 +27,7 @@ jobs:
with:
fetch-depth: 500
- name: Package build
run: |
doas patch -d / -p1 -i ${{ github.workspace }}/.forgejo/patches/build.patch
build.sh
run: ${{ github.workspace }}/.forgejo/bin/build.sh
- name: Package upload
uses: forgejo/upload-artifact@v3
with:

View file

@ -27,9 +27,7 @@ jobs:
with:
fetch-depth: 500
- name: Package build
run: |
doas patch -d / -p1 -i ${{ github.workspace }}/.forgejo/patches/build.patch
build.sh
run: ${{ github.workspace }}/.forgejo/bin/build.sh
- name: Package upload
uses: forgejo/upload-artifact@v3
with: