Skip to content

update readme.md 2024-01-16 05:26:31.154481 #15

update readme.md 2024-01-16 05:26:31.154481

update readme.md 2024-01-16 05:26:31.154481 #15

Workflow file for this run

name: AzkaDevOS Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
container:
image: debian:latest
volumes:
- /proc:/proc
options: --privileged -it
steps:
- uses: actions/checkout@v3
- name: Install needed packages
run: apt update && apt install debootstrap -y
- name: Build ISO
run: ./build.sh etc/terraform.conf
# - uses: actions/upload-artifact@v3
# with:
# name: AzkaDevOS 22.10
# path: builds/
- name: Publish Release
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: "${{ github.token }}"
automatic_release_tag: "latest"
prerelease: false
title: "AzkaDevOs Ubuntu Linux 22.10"
files: |
builds/*