mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +02:00
.github/workflows/devbuild.yaml: update names
This commit is contained in:
parent
ec874430c3
commit
e038be5324
1 changed files with 1 additions and 1 deletions
2
.github/workflows/devbuild.yaml
vendored
2
.github/workflows/devbuild.yaml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
matrix:
|
||||
os: [ linux, freebsd ]
|
||||
arch: [ 386, amd64, arm, arm64 ]
|
||||
name: Crosscompile - ${{matrix.os}}-${{matrix.arch}}
|
||||
name: ${{matrix.os}} (${{matrix.arch}})
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue