Commit a7b5463
fix(ci): strip v prefix for deb/rpm version, pass ARCH to guest image build
- nfpm.yaml: remove hardcoded v prefix from version field
- release.yml: strip v prefix with ${VERSION#v} for nfpm
- build_release_artifacts.sh: pass ARCH to build_guest_image.sh so
aarch64 jobs don't default to x86_64 on the runner
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 1e0c791 commit a7b5463
File tree
3 files changed
+4
-3
lines changed- .github/workflows
- scripts
3 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
0 commit comments