fix main.yml
This commit is contained in:
parent
b7c4fbb7c3
commit
b367174f31
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
# This workflow will build an Arch Linux rootfs file with the commit on it
|
# This workflow will build an Arch Linux bootstrap file with the commit on it
|
||||||
name: build parchlinux-bootstrap-x86_64 per release
|
name: build parchlinux-bootstrap-x86_64 per release
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
|
@ -30,7 +30,7 @@ jobs:
|
||||||
run: mkdir /parchlinux-bootstrap-x86_64
|
run: mkdir /parchlinux-bootstrap-x86_64
|
||||||
- name: install packages via pacstrap to rootfs
|
- name: install packages via pacstrap to rootfs
|
||||||
run: pacstrap -K /parchlinux-bootstrap-x86_64 $(cat pkglist.txt | tr '\n' ' ')
|
run: pacstrap -K /parchlinux-bootstrap-x86_64 $(cat pkglist.txt | tr '\n' ' ')
|
||||||
- name: commpress and upload pacstrap to the release
|
- name: commpress and upload bootstrap to the release
|
||||||
run: |
|
run: |
|
||||||
mkdir /parchlinux-bootstrap-x86_64-output
|
mkdir /parchlinux-bootstrap-x86_64-output
|
||||||
cd /parchlinux-bootstrap-x86_64-output
|
cd /parchlinux-bootstrap-x86_64-output
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue