Update WF to only run on amd64 runner

This commit is contained in:
2025-12-14 14:27:39 +05:30
parent 9716fc7f80
commit 8a21a72880
2 changed files with 3 additions and 0 deletions

View File

@@ -1,24 +0,0 @@
when:
- event: push
branch: main
path:
exclude: ['README.md']
- event: manual
steps:
- name: build-and-push
image: woodpeckerci/plugin-docker-buildx
settings:
repo: ryuupendragon/icons,ghcr.io/ryuupendragon/icons
dockerfile: Dockerfile
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
tag: 2.2.0,latest
logins:
- registry: https://index.docker.io/v1/
username: ryuupendragon
password:
from_secret: DOCKERHUB_TOKEN
- registry: https://ghcr.io
username: ryuupendragon
password:
from_secret: GH_TOKEN