Feat: Add FreeBSD amd64 support

This commit is contained in:
Andreas Burri
2025-04-06 07:09:54 +00:00
parent caa64ada76
commit bcfc777d15
2 changed files with 4 additions and 4 deletions

View File

@@ -1,12 +1,12 @@
//go:build (windows && amd64) || (linux && mipsle) || (linux && riscv64)
// +build windows,amd64 linux,mipsle linux,riscv64
//go:build (windows && amd64) || (linux && mipsle) || (linux && riscv64) || (freebsd && amd64)
// +build windows,amd64 linux,mipsle linux,riscv64 freebsd,amd64
package sshprox
import "embed"
/*
Bianry embedding
Binary embedding
Make sure when compile, gotty binary exists in static.gotty
*/