diff --git a/.drone.yml b/.drone.yml index 0fb7977..fbbed8a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -44,6 +44,9 @@ steps: from_secret: GIT_USERNAME password: from_secret: GIT_PASSWORD + platforms: + - linux/amd64 + - linux/arm64 depends_on: - go-test - go-build @@ -72,6 +75,9 @@ steps: registry: git.faercol.me repo: git.faercol.me/faercol/public-ip-tracker auto_tag: true + platforms: + - linux/amd64 + - linux/arm64 username: from_secret: GIT_USERNAME password: