Commit 62da00b
fix: replace remaining hardcoded GOARCH=amd64 with arch-aware defaults
Five files still had hardcoded amd64 references:
- nomad-nodepool-apm/Makefile: GOARCH=amd64 → GOARCH=$(BUILD_ARCH)
- clickhouse/Makefile: --platform linux/amd64 → linux/$(BUILD_ARCH)
- dashboard-api/Makefile: --platform linux/amd64 → linux/$(BUILD_ARCH)
- docker-reverse-proxy/Makefile: --platform linux/amd64 → linux/$(BUILD_ARCH)
- smoketest/smoke_test.go: GOARCH=amd64 → runtime.GOARCH
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 12f7552 commit 62da00b
File tree
5 files changed
+6
-5
lines changed- packages
- clickhouse
- dashboard-api
- docker-reverse-proxy
- nomad-nodepool-apm
- orchestrator/cmd/smoketest
5 files changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| 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 | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
282 | 283 | | |
283 | 284 | | |
284 | 285 | | |
285 | | - | |
| 286 | + | |
286 | 287 | | |
287 | 288 | | |
288 | 289 | | |
| |||
0 commit comments