NoWiresGB / RFM69GwDecoder

RFM69-Gateway Decoder
0 stars 0 forks source link

Platform warning on 64-bit ARM #24

Closed trizmark closed 3 years ago

trizmark commented 3 years ago

pi@rpi-prod:~/iot $ docker run -d -v $PWD/rfm69gwtoinfluxbridge.conf:/etc/rfm69gwtoinfluxbridge.conf:ro zmarkella/rfm69gw:latest-armv7hf WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

trizmark commented 3 years ago

Manual build sets the architecture correctly to 'arm'. As docker hub autobuilds are now disabled, I cannot verify if it was caused by that or not. Will close this for now. Needs to be verified if AWS CodeBuild integration is done.