Delete scripts/build_illumos.sh

This commit is contained in:
2026-04-30 21:33:55 +00:00
parent 0b802b5faa
commit d904f3d238

View File

@@ -1,21 +0,0 @@
#!/bin/bash
#
# Copyright 2026 Safronov Grigorii
#
# Licensed under the CDDL, Version 1.0 (the "License");
# you may not use this file except in compliance with the License.
#
# You may obtain a copy of the License at
# https://opensource.org/licenses/CDDL-1.0
#
# Специальная сборка для Illumos (OpenIndiana Hipster / OmniOS)
export GOOS=illumos
export GOARCH=amd64
export CGO_ENABLED=1
echo "🔧 Building for Illumos..."
go build -tags=illumos -o futriis-illumos ./cmd/futriis
echo "✅ Done: futriis-illumos"