joshuar-go-hass-agent/build/magefiles/magefile.go

14 lines
289 B
Go

// Copyright (c) 2024 Joshua Rich <joshua.rich@gmail.com>
//
// This software is released under the MIT License.
// https://opensource.org/licenses/MIT
package main
import "runtime"
// Default sets the default target for Mage
// var Default = Build.All
var targetArch = runtime.GOARCH