Testing workflow
Some checks failed
Multi-Platform Release Build / detect-architecture (push) Successful in 3m31s
Multi-Platform Release Build / build (false, native) (push) Failing after 28s
Multi-Platform Release Build / build (true, aarch64-linux-gnu-gcc, aarch64-unknown-linux-gnu) (push) Failing after 4s
Multi-Platform Release Build / build (true, arm-linux-gnueabihf-gcc, armv7-unknown-linux-gnueabihf) (push) Failing after 4s
Multi-Platform Release Build / build (true, x86_64-linux-gnu-gcc, x86_64-unknown-linux-gnu) (push) Failing after 4s
Multi-Platform Release Build / build (true, x86_64-w64-mingw32-gcc, x86_64-pc-windows-gnu) (push) Failing after 3s
Multi-Platform Release Build / create-release (push) Has been skipped
Some checks failed
Multi-Platform Release Build / detect-architecture (push) Successful in 3m31s
Multi-Platform Release Build / build (false, native) (push) Failing after 28s
Multi-Platform Release Build / build (true, aarch64-linux-gnu-gcc, aarch64-unknown-linux-gnu) (push) Failing after 4s
Multi-Platform Release Build / build (true, arm-linux-gnueabihf-gcc, armv7-unknown-linux-gnueabihf) (push) Failing after 4s
Multi-Platform Release Build / build (true, x86_64-linux-gnu-gcc, x86_64-unknown-linux-gnu) (push) Failing after 4s
Multi-Platform Release Build / build (true, x86_64-w64-mingw32-gcc, x86_64-pc-windows-gnu) (push) Failing after 3s
Multi-Platform Release Build / create-release (push) Has been skipped
This commit is contained in:
parent
4735d649d2
commit
5e8732c513
1 changed files with 6 additions and 6 deletions
|
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
detect-architecture:
|
detect-architecture:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
outputs:
|
outputs:
|
||||||
runner_arch: ${{ env.RUNNER_ARCH }}
|
runner_arch: ${{ env.RUNNER_ARCH }}
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
env | grep -i arch
|
env | grep -i arch
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
needs: detect-architecture
|
needs: detect-architecture
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
@ -147,7 +147,7 @@ jobs:
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
||||||
create-release:
|
create-release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
needs: [detect-architecture, build]
|
needs: [detect-architecture, build]
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
@ -176,9 +176,9 @@ jobs:
|
||||||
uses: actions/gitea-release-action@v1
|
uses: actions/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
files: release-artifacts/*
|
files: release-artifacts/*
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.FORGEGO_TOKEN }}
|
||||||
tag_name: ${{ github.ref_name }}
|
tag_name: ${{ forgejo.ref_name }}
|
||||||
name: Release ${{ github.ref_name }}
|
name: Release ${{ forgejo.ref_name }}
|
||||||
body: |
|
body: |
|
||||||
## 🚀 Multi-Platform Release
|
## 🚀 Multi-Platform Release
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue