Skip to content

Commit

Permalink
add support for sw64
Browse files Browse the repository at this point in the history
Signed-off-by: weidongkl <[email protected]>
  • Loading branch information
wd3993 committed Dec 18, 2023
1 parent 108235a commit 3afcc5b
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ build_test: ## test only buildable
GOOS=linux GOARCH=arm64 go test ./... | $(BUILD_FAIL_PATTERN)
GOOS=linux GOARCH=loong64 go test ./... | $(BUILD_FAIL_PATTERN)
GOOS=linux GOARCH=riscv64 go test ./... | $(BUILD_FAIL_PATTERN)
GOOS=linux GOARCH=sw64 go test ./... | $(BUILD_FAIL_PATTERN)
GOOS=linux GOARCH=s390x go test ./... | $(BUILD_FAIL_PATTERN)
GOOS=freebsd GOARCH=amd64 go test ./... | $(BUILD_FAIL_PATTERN)
GOOS=freebsd GOARCH=386 go test ./... | $(BUILD_FAIL_PATTERN)
Expand Down Expand Up @@ -61,6 +62,7 @@ vet:
GOOS=linux GOARCH=ppc64le go vet ./...
GOOS=linux GOARCH=ppc64 go vet ./...
GOOS=linux GOARCH=riscv64 go vet ./...
GOOS=linux GOARCH=sw64 go vet ./...
GOOS=linux GOARCH=s390x go vet ./...

GOOS=netbsd GOARCH=amd64 go vet ./...
Expand Down
45 changes: 45 additions & 0 deletions host/host_linux_sw64.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3afcc5b

Please sign in to comment.