mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-02-08 15:03:17 +08:00
12 lines
136 B
Go
12 lines
136 B
Go
//go:build linux && arm64
|
|
// +build linux,arm64
|
|
|
|
package embed
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed linux_arm64
|
|
var StaticFiles embed.FS
|