Skip to content

Install Arch Linux on GitHub Actions to build ISO image using archiso

License

Notifications You must be signed in to change notification settings

JovarkOS/github-actions-archlinux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-actions-archlinux

Install Archlinux on Github Actions.

Example

.github/workflows/ci.yml

name: CI

on: [push]

jobs:
  build:
    runs-on: ubuntu-18.04
    steps:
    - uses: actions/checkout@v1
    - name: Install Archlinux
      run: curl -L https://github.com/zaoqi/github-actions-archlinux/raw/master/install.sh | sh
    - name: Docker hello-world
      run: |
        sudo pacman --noconfirm -Syu docker
        sudo systemctl start docker
        docker run --rm hello-world

Image

About

Install Arch Linux on GitHub Actions to build ISO image using archiso

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 75.3%
  • Dockerfile 24.7%