Update .github/workflows/release.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
David Osipov
2026-03-23 13:06:47 +04:00
committed by GitHub
parent 9aae874735
commit cf75a78b93
+2 -2
View File
@@ -219,10 +219,10 @@ jobs:
include:
- arch: x86_64
asset: telemt-x86_64-openbsd
rustflags: -C target-cpu=x86-64-v2 -C opt-level=3
rustflags: -C opt-level=3
- arch: aarch64
asset: telemt-aarch64-openbsd
rustflags: -C target-cpu=cortex-a53 -C target-feature=+aes,+pmull,+sha2,+sha1,+crc -C opt-level=3
rustflags: -C opt-level=3
steps:
- uses: actions/checkout@v4