We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to follow the README guide and when I run $COREUM_PATH/crust/bin/crust build images I get the following error.
$COREUM_PATH/crust/bin/crust build images
2024-06-04T17:39:32.819835-04:00 error build run/run.go:71 Application returned error: build: command build does not exist github.com/CoreumFoundation/crust/build.Executor.Execute github.com/CoreumFoundation/crust/build/build.go:124 github.com/CoreumFoundation/crust/build.execute github.com/CoreumFoundation/crust/build/build.go:203 main.main.Main.func1 github.com/CoreumFoundation/crust/build/build.go:172 github.com/CoreumFoundation/coreum-tools/pkg/run.run.func1.1 github.com/CoreumFoundation/[email protected]/pkg/run/run.go:48 github.com/CoreumFoundation/coreum-tools/pkg/parallel.runTask github.com/CoreumFoundation/[email protected]/pkg/parallel/recover.go:41 github.com/CoreumFoundation/coreum-tools/pkg/parallel.(*Group).runTask github.com/CoreumFoundation/[email protected]/pkg/parallel/group.go:121 runtime.goexit runtime/asm_arm64.s:1197 github.com/CoreumFoundation/coreum-tools/pkg/run.run github.com/CoreumFoundation/[email protected]/pkg/run/run.go:71 github.com/CoreumFoundation/coreum-tools/pkg/run.Tool github.com/CoreumFoundation/[email protected]/pkg/run/run.go:32 github.com/CoreumFoundation/crust/build.Main github.com/CoreumFoundation/crust/build/build.go:148 main.main github.com/CoreumFoundation/crust/build/cmd/builder/main.go:8 runtime.main runtime/proc.go:267
My machine (macos m2 ventura)
go version go1.22.4 darwin/arm64 github.com/docker/buildx v0.14.0-desktop.1 7b0470cffd54ccbf42976d2f75febc4532c85073 Apple clang version 14.0.3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to follow the README guide and when I run
$COREUM_PATH/crust/bin/crust build images
I get the following error.My machine (macos m2 ventura)
The text was updated successfully, but these errors were encountered: