omni/internal/frontend/frontend.go
Utku Ozdemir 6e3ba5c389
chore: bump Go, build arm64 container images, rekres
Bump Go to 1.22.1.
Build arm64 Omni container images as well as amd64 (multi-arch).
Rekres.

Signed-off-by: Utku Ozdemir <utku.ozdemir@siderolabs.com>
2024-03-08 11:14:32 +03:00

18 lines
385 B
Go

// Copyright (c) 2024 Sidero Labs, Inc.
//
// Use of this software is governed by the Business Source License
// included in the LICENSE file.
// THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
//
// Generated on 2024-03-08T08:13:22Z by kres latest.
package frontend
import "embed"
// Dist is an embedded JS frontend release folder.
//
//go:embed dist
var Dist embed.FS