portainer/build/build_binary.ps1

7 lines
81 B
PowerShell

param (
[string]$platform,
[string]$arch
)
$ErrorActionPreference = "Stop";