mirror of
https://github.com/nitezs/sub2clash.git
synced 2024-12-23 15:24:42 -05:00
mod
This commit is contained in:
parent
abbd7b8b19
commit
4384e56cc6
@ -1,8 +1,12 @@
|
||||
when:
|
||||
- event: cron
|
||||
cron: docker-nightly
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7,linux/386,linux/ppc64le,linux/s390x
|
||||
platforms: linux/amd64
|
||||
repo: nite07/sub2clash
|
||||
tag: nightly
|
||||
username: nite07
|
||||
|
@ -5,7 +5,7 @@ steps:
|
||||
- name: build
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7,linux/386,linux/ppc64le,linux/s390x
|
||||
platforms: linux/amd64
|
||||
repo: nite07/sub2clash
|
||||
tag: ${CI_COMMIT_TAG}
|
||||
username: nite07
|
||||
|
Loading…
Reference in New Issue
Block a user