GithubHelp home page GithubHelp logo

ozdroid / avaotaos Goto Github PK

View Code? Open in Web Editor NEW

This project forked from avaotasbc/avaotaos

0.0 0.0 0.0 33.95 MB

AvaotaOS is our official supported operating system.

Shell 4.41% Python 0.37% C 89.95% Makefile 0.64% GLSL 3.55% M4 1.08%

avaotaos's Introduction

AvaotaOS

Info

username: avaota
password: avaota

username: root
password: avaota

Download

From releases

ubuntu-UBUNTU_VERSION-SYS_TYPE-ARCH-BOARD.img.xz

How to build

git clone --depth=1 https://github.com/AvaotaSBC/AvaotaOS && cd AvaotaOS

sudo bash build_all.sh -b <BOARD> -v <UBUNTU_VERSION> -a <ARCH> -t <SYS_TYPE>

BOARD: avaota-a1

UBUNTU_VERSION:

  1. Ubuntu-22.04: jammy
  2. Ubuntu-24.04: noble

ARCH:

  1. arm64: aarch64
  2. armhf: armhf

SYS_TYPE:

  1. cli
  2. xfce
  3. gnome
  4. kde
  5. lxqt

example: bash build_all.sh -b avaota-a1 -v jammy -a aarch64 -t cli


Workflow

Workflow Triggers

This workflow is triggered by the manual workflow_dispatch event.

Permissions

This workflow requires write permissions to repository contents.

Jobs

1. prepare_release

  • Runs on: Ubuntu 20.04
  • Steps:
    1. Checkout: Fetches the repository's code.
    2. Get time: Retrieves the current time in the specified format.
    3. Create empty release: Generates an empty release with the tag name as the current time stamp from step 2. The release is created on the ubuntu branch and is not a draft.

2. build

  • Runs on: Ubuntu 22.04
  • Dependencies: prepare_release
  • Steps:
    1. Checkout: Fetches the repository's code.
    2. Clean environment: Cleans the environment by removing unnecessary files and packages. Installs necessary build dependencies.
    3. Build: Executes the build_all.sh script with specified parameters for building AvaotaOS for the avaota-a1 target, using the jammy version, targeting aarch64, and building the CLI version.
    4. Upload: Uploads the built artifacts (.img.xz files) to the GitHub release if the prepare_release job succeeded.
    5. Rollback release: Rolls back the release if the build job fails and a release was created in the prepare_release job.

avaotaos's People

Contributors

chainsx avatar samulkyull avatar cx-dandelion avatar yuzukitsuru avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.