caddyserver / caddy

Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
https://caddyserver.com
Apache License 2.0
55.48k stars 3.91k forks source link

all: Support the riscv64 platform #6331

Closed mengzhuo closed 1 month ago

mengzhuo commented 1 month ago

As riscv are growing popularity, we can now run Caddy on riscv64

go version go1.22.2 linux/amd64

cd cmd/caddy && GOARCH=riscv64 GOOS=linux go build 
./caddy version
224316eaecd6bffd38719e1e03e09f8fe51649e7 (20 May 24 19:14 UTC)
mholt commented 1 month ago

I don't know if there's anything special we need to do if it already builds for riscv64. Is there anything actionable here?

mohammed90 commented 1 month ago

I checked, and we already build for riscv64 in our goreleaser and include it in GitHub releases. What are you missing?

mengzhuo commented 1 month ago

My bad, I didn't checked release page. Thanks for support riscv user!