Skip to content

Commit d9491ec

Browse files
committed
CI: Build dep image every 3 months, remove ppc64le and s390x
1 parent c6e4b77 commit d9491ec

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deps-linuxdeploy-docker.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- '**workflows/deps-linuxdeploy-docker.yml'
1212
workflow_dispatch:
1313
schedule:
14-
- cron: '30 11 17 * *'
14+
- cron: '30 11 17 */3 *'
1515

1616
env:
1717
REGISTRY_IMAGE: andy5995/linuxdeploy
@@ -26,8 +26,7 @@ jobs:
2626
- linux/amd64
2727
- linux/arm64
2828
- linux/arm/v7
29-
- linux/ppc64le
30-
- linux/s390x
29+
3130
fail-fast: true
3231
steps:
3332
-

0 commit comments

Comments
 (0)