aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorn-connect <[email protected]>2023-03-05 19:44:56 +0100
committerGitHub <[email protected]>2023-03-05 19:44:56 +0100
commit8d9203ecdb0b08d4a5c8b15cf87cde51064e530a (patch)
tree703af11defd862659a4026642f0e5a0846b72db3 /.github/workflows
parent13321b5a9044a01d4f39f2374b514f7c5f0d8dcc (diff)
downloadrustdesk-server-8d9203ecdb0b08d4a5c8b15cf87cde51064e530a.tar.gz
rustdesk-server-8d9203ecdb0b08d4a5c8b15cf87cde51064e530a.zip
Update build.yaml - adding FreeBSD build
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 021637e..403d82d 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -35,6 +35,7 @@ jobs:
- { name: "arm64v8", target: "aarch64-unknown-linux-musl" }
- { name: "armv7", target: "armv7-unknown-linux-musleabihf" }
- { name: "i386", target: "i686-unknown-linux-musl" }
+ - { name: "amd64fb", target: "x86_64-unknown-freebsd" }
steps:
@@ -174,8 +175,9 @@ jobs:
- { os: "linux", name: "arm64v8" }
- { os: "linux", name: "armv7" }
- { os: "linux", name: "i386" }
+ - { os: "linux", name: "amd64fb" }
- { os: "windows", name: "x86_64" }
-
+
steps:
- name: Download binaries (${{ matrix.job.os }} - ${{ matrix.job.name }})