diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index 2e95334..0000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Snigdha OS Arctic - -on: - push: - branches: master - -jobs: - build: - runs-on: ubuntu-latest - container: - image: archlinux:latest - steps: - - name: Install Git - run: | - pacman -Syy --noconfirm - pacman -S --noconfirm git - pacman -S --noconfirm archiso - pacman -S --noconfirm git - - uses: actions/checkout@v3 - with: - fetch-depth: 1 - - name: Build snigdha os - run: | - cd scripts - ./01-online-build