Specify platform

Ideally I guess I would use https://github.com/thegeeklab/drone-docker-buildx
or something similar to build for multiple platforms.
This commit is contained in:
Jack Jackson 2023-07-17 19:45:07 -07:00
parent ef597454d5
commit dcf0977625

View File

@ -14,6 +14,7 @@ steps:
repo: gitea.scubbo.org/scubbo/auto-repo-update-drone-plugin repo: gitea.scubbo.org/scubbo/auto-repo-update-drone-plugin
tags: latest tags: latest
username: scubbo username: scubbo
platform: linux/arm64
password: password:
from_secret: gitea_password from_secret: gitea_password
# TODO - it would be nice to push to DockerHub here, too; # TODO - it would be nice to push to DockerHub here, too;