Skip to content

Commit

Permalink
addpatch: choria-io
Browse files Browse the repository at this point in the history
  • Loading branch information
cybaol authored and felixonmars committed Jan 16, 2025
1 parent f03d328 commit 6f3214f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions choria-io/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
--- PKGBUILD
+++ PKGBUILD
@@ -32,8 +32,8 @@ export CGO_CXXFLAGS="${CXXFLAGS}"
# we cannot add `-mod=readonly` to GOFLAGS because that would break `go generate`
export GOFLAGS="-buildmode=pie -trimpath"
export GOOS='linux'
-export GOARCH='amd64'
-export XC_OSARCH='linux/amd64'
+export GOARCH='riscv64'
+export XC_OSARCH='linux/riscv64'

prepare() {
cd "${srcdir}/go-choria-${pkgver}"

0 comments on commit 6f3214f

Please # to comment.