- Notifications
You must be signed in to change notification settings - Fork928
Closed
Description
OS Information
- OS: Debian, armv7
coder --version
:benpotter@elijo:~/docker-local $ coder --versionCoder v0.5.4-devel+ad8d9dd Fri May 6 20:45:18 UTC 2022https://github.com/coder/coder/commit/ad8d9dd71a3e3672e78d48058f29bbe5b251bdfb
Steps to Reproduce
- Start Coder with
coder server
orcoder server --dev
- Navigate to
http://coder-access-url]/bin
- Notice the lack of ARM binaries
Notes
This is likely the culprit:
Lines 29 to 39 inad8d9dd
-id:coder-slim | |
dir:cmd/coder | |
ldflags: | |
["-s -w -X github.com/coder/coder/buildinfo.tag={{ .Version }}"] | |
env:[CGO_ENABLED=0] | |
goos:[darwin, linux, windows] | |
goarch:[amd64] | |
hooks: | |
# The "trimprefix" appends ".exe" on Windows. | |
post:| | |
cp {{.Path}} site/out/bin/coder-{{ .Os }}-{{ .Arch }}{{ trimprefix .Name "coder" }} |