Commit 37b0695
refactor: remove docker-build function that produces host-arch binaries
The docker-build function built binaries for the host architecture
(x86_64 on most dev machines), which are useless for HALPI2 since it
only runs on ARM64. Remove this function to avoid confusion.
The docker-cross-build and docker-build-deb functions remain, as they
correctly cross-compile to aarch64-unknown-linux-musl.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 70effcd commit 37b0695
1 file changed
Lines changed: 0 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | 132 | | |
157 | 133 | | |
158 | 134 | | |
| |||
0 commit comments