Skip to content

Commit

Permalink
feat(rofl/build): Set x86_64-unknown-linux-gnu target for localnet bu…
Browse files Browse the repository at this point in the history
…ilds
  • Loading branch information
matevz committed Sep 12, 2024
1 parent 4f90a49 commit 8ff6982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/rofl/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ var (

// First build for the default target.
fmt.Println("Building ELF binary...")
elfPath, err := cargo.Build(true, "", features)
elfPath, err := cargo.Build(true, "x86_64-unknown-linux-gnu", features)
if err != nil {
cobra.CheckErr(fmt.Errorf("failed to build ELF binary: %w", err))
}
Expand Down

0 comments on commit 8ff6982

Please sign in to comment.