Skip to content

Commit

Permalink
Disable guesser using build tags (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricionaweb committed Mar 1, 2024
1 parent f734b6f commit 58fa08a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build arm64
//go:build arm64 || noguesser

package renderer

Expand Down
2 changes: 1 addition & 1 deletion internal/renderer/guess_amd64.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build amd64
//go:build amd64 && !noguesser

package renderer

Expand Down

0 comments on commit 58fa08a

Please sign in to comment.