Skip to content

Commit d7726b5

Browse files
committed
add missing arch to test
1 parent 8ad5b4c commit d7726b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/test/compilecheck/compile_check_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func main() {
3838
}
3939
`
4040

41-
var architectures = []string{"386", "arm", "arm64", "ppc64le", "s390x"}
41+
var architectures = []string{"386", "arm", "arm64", "amd64", "ppc64le", "s390x"}
4242

4343
func getVersions(t *testing.T) []string {
4444
t.Helper()

0 commit comments

Comments
 (0)