Add armeb to release workflow
This commit is contained in:
parent
b82f418fc1
commit
08dceda61b
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -18,6 +18,7 @@ jobs:
|
||||
target:
|
||||
- aarch64-linux-musl
|
||||
- arm-linux-musleabi
|
||||
- armeb-linux-musleabi
|
||||
- i686-linux-musl
|
||||
- mips-linux-musl
|
||||
- mipsel-linux-musl
|
||||
@ -74,4 +75,4 @@ jobs:
|
||||
prerelease: ${{ github.ref_type != 'tag' }}
|
||||
generate_release_notes: ${{ github.ref_type == 'tag' }}
|
||||
files: "${{ matrix.target }}.tar.gz"
|
||||
fail_on_unmatched_files: true
|
||||
fail_on_unmatched_files: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user