mirror of
https://github.com/coder/coder.git
synced 2025-07-21 01:28:49 +00:00
fix: include architecture and version information in linux packages (#2511)
This commit is contained in:
@ -75,7 +75,8 @@ formats=(apk deb rpm)
|
||||
for format in "${formats[@]}"; do
|
||||
output_path="$input_file.$format"
|
||||
log "--- Building $format package ($output_path)"
|
||||
nfpm package \
|
||||
|
||||
GOARCH="$arch" CODER_VERSION="$version" nfpm package \
|
||||
-f nfpm.yaml \
|
||||
-p "$format" \
|
||||
-t "$output_path"
|
||||
|
Reference in New Issue
Block a user