ready to build

This commit is contained in:
Sohrab Behdani 2023-01-24 18:43:47 +03:30 committed by GitHub
parent 2b12760732
commit d455bed58b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,12 @@
# This workflow will build an Arch Linux ISO file with the commit on it
name: Build Arch ISO with ArchInstall Commit
name: build parchiso per release
on:
release:
types:
- created
workflow_dispatch:
env:
api_key: ${{ secrets.GITHUB_TOKEN }}
name: ${{ github.event.repository.name }}
@ -15,10 +18,6 @@ jobs:
image: archlinux:latest
options: --privileged
steps:
- uses: crazy-max/ghaction-import-gpg@v4
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
- uses: actions/checkout@v3
- name: Install Packages via Pacman
run: pacman -Sy; pacman --noconfirm -S git archiso python python-pip