Compare commits

...

3 Commits

Author SHA1 Message Date
pat-s 20af8d1082
only build multiarch when publishing 2024-04-29 09:25:55 +02:00
pat-s d60bd9a162
multiarch again 2024-04-29 09:12:57 +02:00
pat-s e20ee96257
amd only 2024-04-29 09:02:26 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ steps:
image: woodpeckerci/plugin-docker-buildx:3.2.1
settings:
dockerfile: Dockerfile
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
dry-run: true
tags: latest
when: