1
0
Fork 0
mirror of https://github.com/pomerium/pomerium.git synced 2025-05-21 04:57:18 +02:00
pomerium/internal/envoy/files/files_linux_arm64.go
Caleb Doxsey 9bce8314ba
envoy: refactor envoy embedding ()
* envoy: add full version

* remove unused import

* envoy: refactor envoy embedding

* fix lint

* commit ignored files

* maybe fix test
2021-06-15 08:18:30 -06:00

14 lines
234 B
Go

//+build linux,arm64
package files
import _ "embed" // embed
//go:embed envoy-linux-arm64
var rawBinary []byte
//go:embed envoy-linux-arm64.sha256
var rawChecksum string
//go:embed envoy-linux-arm64.version
var rawVersion string