Flomp / wanderer

wanderer is a self-hosted trail database. Save your adventures!
GNU Affero General Public License v3.0
1.31k stars 31 forks source link

Wrong executable format on flomp/wanderer-db image #1

Closed callum-99 closed 8 months ago

callum-99 commented 8 months ago

Just a small issue with your docker image for the database. Currently the executable is built for arm64:

pocketbase: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, Go BuildID=Ypg7785avPSIhmw-I2_z/cEYv5F-E4-7xfmVePnOh/sPjUGfxd6wd_odGwtFZ-/ir6okl09Mx4CbzeSaRP0, with debug_info, not stripped

so produces the following output when ran:

wanderer-db  | exec /pocketbase: exec format error

I am currently deploying on an amd64 machine.

Excited to check this out when the image is fixed. Thanks

Flomp commented 8 months ago

Thank you for the hint! What a silly oversight on my part... I fixed the wanderer-db docker image. Tested it on an x86_64 machine. Could you please confirm?

callum-99 commented 8 months ago

Yep thats all fixed now. Thanks for the quick fix!