Skip to content

Commit

Permalink
Drop riscv64 for now, compilation fails right now
Browse files Browse the repository at this point in the history
Error message is:

binaries (linux, riscv64): internal/osutil/sys/syscall.go#L46
undefined: _SYS_GETUID
  • Loading branch information
benhoyt committed Mar 24, 2023
1 parent e5a3c16 commit e36954a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
goos: [linux]
goarch: [amd64, arm64, ppc64le, riscv64, s390x]
goarch: [amd64, arm64, ppc64le, s390x]

runs-on: ubuntu-latest

Expand Down

0 comments on commit e36954a

Please sign in to comment.