Skip to content

🗓 Scheduled Altinity 24.3 #72

🗓 Scheduled Altinity 24.3

🗓 Scheduled Altinity 24.3 #72

name: 🗓 Scheduled Altinity 24.3
run-name: 🗓 Scheduled Altinity 24.3
on:
workflow_dispatch:
#Run at 00:00 AM (UTC) on Sunday
schedule:
- cron: "0 0 * * 6"
jobs:
altinitystable-24-3-x86-with-analyzer-zookeeper:
uses: ./.github/workflows/reusable-workflow-x86.yml
with:
package: docker://altinity/clickhouse-server:24.3.12.76.altinitystable
version: '24.3.12.76'
extra_args: '--with-analyzer'
artifact_name: altinitystable-24-3-x86-with-analyzer-zookeeper
secrets: inherit
altinitystable-24-3-arm-with-analyzer-zookeeper:
uses: ./.github/workflows/reusable-workflow-arm.yml
with:
package: docker://altinity/clickhouse-server:24.3.12.76.altinitystable
version: '24.3.12.76'
extra_args: '--with-analyzer'
artifact_name: altinitystable-24-3-arm-with-analyzer-zookeeper
secrets: inherit