mirror of https://github.com/telemt/telemt.git
Update .github/workflows/openbsd-build.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
cf75a78b93
commit
8fdc1b1ea0
|
|
@ -24,10 +24,10 @@ jobs:
|
||||||
include:
|
include:
|
||||||
- arch: x86_64
|
- arch: x86_64
|
||||||
artifact: telemt-openbsd-x86_64
|
artifact: telemt-openbsd-x86_64
|
||||||
rustflags: -C target-cpu=x86-64-v2 -C opt-level=3
|
rustflags: -C opt-level=3
|
||||||
- arch: aarch64
|
- arch: aarch64
|
||||||
artifact: telemt-openbsd-aarch64
|
artifact: telemt-openbsd-aarch64
|
||||||
rustflags: -C target-cpu=cortex-a53 -C target-feature=+aes,+pmull,+sha2,+sha1,+crc -C opt-level=3
|
rustflags: -C opt-level=3
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue