sqshq / sampler

Tool for shell commands execution, visualization and alerting. Configured with a simple YAML file.
https://sampler.dev
GNU General Public License v3.0
12.88k stars 573 forks source link

Compilation error for ARM architecture #48

Closed andrejtad closed 5 years ago

andrejtad commented 5 years ago
src/github.com/sqshq/sampler$ GOOS=linux GOARCH=arm go build
# github.com/hajimehoshi/oto
../../hajimehoshi/oto/context.go:69:12: undefined: newDriver
sqshq commented 5 years ago

Yes, the issue is know and related only to cross-compilation, not compilation on ARM itself: https://github.com/sqshq/sampler/issues/5#issuecomment-519174316

Right now I can't see any solution other than get rid of Oto player

sqshq commented 5 years ago

Closed as duplicate, related to Oto player issues