Testing workflow
Some checks failed
Multi-Platform Release Build / build (false, linux/arm64, native) (push) Failing after 14s
Multi-Platform Release Build / build (true, linux/amd64, x86_64-pc-windows-gnu) (push) Failing after 0s
Multi-Platform Release Build / build (true, linux/amd64, x86_64-unknown-linux-gnu) (push) Failing after 1s
Multi-Platform Release Build / create-release (push) Has been skipped
Some checks failed
Multi-Platform Release Build / build (false, linux/arm64, native) (push) Failing after 14s
Multi-Platform Release Build / build (true, linux/amd64, x86_64-pc-windows-gnu) (push) Failing after 0s
Multi-Platform Release Build / build (true, linux/amd64, x86_64-unknown-linux-gnu) (push) Failing after 1s
Multi-Platform Release Build / create-release (push) Has been skipped
This commit is contained in:
parent
6bd9d5080c
commit
041e5622b6
1 changed files with 6 additions and 7 deletions
|
|
@ -12,20 +12,19 @@ jobs:
|
|||
include:
|
||||
- target: native
|
||||
cross: false
|
||||
container: ""
|
||||
name: "ARM64 NATIVE"
|
||||
platform: linux/arm64
|
||||
|
||||
- target: x86_64-unknown-linux-gnu
|
||||
cross: true
|
||||
container: ghcr.io/forgejo-actions/rust-cross:x86_64-unknown-linux-gnu-2025
|
||||
name: "Linux x86_64"
|
||||
platform: linux/amd64
|
||||
|
||||
- target: x86_64-pc-windows-gnu
|
||||
cross: true
|
||||
container: ghcr.io/forgejo-actions/rust-cross:x86_64-pc-windows-gnu-2025
|
||||
name: "Windows x86_64"
|
||||
platform: linux/amd64
|
||||
|
||||
container: ${{ matrix.container }}
|
||||
container:
|
||||
image: rust:alpine
|
||||
options: --platform ${{ matrix.platform }}
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: https://code.forgejo.org/actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue