Skip to content

Daily OS 8 ARM64

Daily OS 8 ARM64 #43

Workflow file for this run

name: Daily OS 8 ARM64
on:
push:
branches:
- master
schedule:
- cron: "0 0 * * *"
workflow_dispatch: {}
jobs:
build:
runs-on: ubuntu-24.04-arm
container:
image: debian:sid
volumes:
- /proc:/proc
options: --privileged
steps:
- name: Clone build scripts
uses: actions/checkout@v4
- name: Build and upload daily .iso
run: |
./workflows-arm64.sh etc/terraform-daily-8.0-azure-arm64.conf "${{ secrets.key }}" "${{ secrets.secret }}" "${{ secrets.endpoint }}" "${{ secrets.bucket }}"