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:
|
||||
detect-architecture:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
outputs:
|
||||
runner_arch: ${{ env.RUNNER_ARCH }}
|
||||
steps:
|
||||
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
env | grep -i arch
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
needs: detect-architecture
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
@ -147,7 +147,7 @@ jobs:
|
|||
retention-days: 1
|
||||
|
||||
create-release:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
needs: [detect-architecture, build]
|
||||
permissions:
|
||||
contents: write
|
||||
|
|
@ -176,9 +176,9 @@ jobs:
|
|||
uses: actions/gitea-release-action@v1
|
||||
with:
|
||||
files: release-artifacts/*
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
tag_name: ${{ github.ref_name }}
|
||||
name: Release ${{ github.ref_name }}
|
||||
token: ${{ secrets.FORGEGO_TOKEN }}
|
||||
tag_name: ${{ forgejo.ref_name }}
|
||||
name: Release ${{ forgejo.ref_name }}
|
||||
body: |
|
||||
## 🚀 Multi-Platform Release
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue