Remove FreeBSD build action.

This commit is contained in:
Kirill Shakirov
2026-04-06 23:08:30 +02:00
parent b99926e0b0
commit d6fa6093cb
-27
View File
@@ -33,30 +33,3 @@ jobs:
with: with:
name: nyash-client-aarch64-apple-darwin name: nyash-client-aarch64-apple-darwin
path: nyash_client/target/aarch64-apple-darwin/release/nyash-client path: nyash_client/target/aarch64-apple-darwin/release/nyash-client
build-freebsd:
name: Release - FreeBSD-x86_64
strategy:
matrix:
platform:
- os-name: FreeBSD-x86_64
runs-on: ubuntu-24.04
target: x86_64-unknown-freebsd
runs-on: ${{ matrix.platform.runs-on }}
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Build binary
uses: houseabsolute/actions-rust-cross@v1
with:
command: build
target: x86_64-unknown-freebsd
args: "--locked --release --manifest-path nyash_server/Cargo.toml"
strip: true
name: Build binary
- name: Upload Server Binary
uses: actions/upload-artifact@v4
with:
name: nyash-server-x86_64-unknown-freebsd
path: nyash_server/target/x86_64-unknown-freebsd/release/nyash-server