BtbN / FFmpeg-Builds

MIT License
6.97k stars 956 forks source link

Invalid Arm64 image architecture #343

Closed dsm5791 closed 4 months ago

dsm5791 commented 4 months ago

Invalid Arm64 image architecture $ docker inspect ghcr.io/btbn/ffmpeg-builds/linuxarm64-lgpl-shared-6.1:latest | grep 'Architecture' "Architecture": "amd64",

BtbN commented 4 months ago

Not sure what you're trying to say or point out. The builds work fine for me and on CI.

BtbN commented 4 months ago

All images are for linux and x86_64, and cross compile to the respective target arch, if that's your question. That's working as intended.