9elements / firmware-action

Build system for firmware images for several open source firmware solutions
MIT License
10 stars 0 forks source link

GOARCH is hardcoded to amd64 - builds firmware-action binary that doesn't run on arm64/aarch64 #324

Closed ghost closed 1 month ago

ghost commented 1 month ago

Building firmware-action on an arm64/AArch64 machine generates a binary that doesn't run, since it builds for amd64. Removing GOARCH from Taskfile.yml fixes it.

AtomicFS commented 1 month ago

Yeah, thanks for bringing it up :)