在 Raspberry Pi 上,当我尝试设置 ODK-X Sync Endpoint 时出现错误。
我参考了https://docs.odk-x.org/sync-endpoint-manual-setup/的说明
这是我运行的命令:
$ mvn clean install
错误信息如下:
Failed to execute goal io.fabric8:docker-maven-plugin:0.34.1:build (start) on project sync-endpoint-docker-swarm: Unable to pull 'tomcat:8.5' : no matching manifest for linux/arm/v7 in the manifest list entries
我怎么解决这个问题?