Release 0.2.0 #121

Merged
Jef Roosens merged 125 commits from release-0.2.0 into main 2022-04-11 09:41:43 +02:00
Showing only changes of commit 0bfe28dbc9 - Show all commits

View file

@ -6,7 +6,7 @@ pipeline:
image: 'archlinux:base-devel'
commands:
# Update packages
- 'pacman -Syu'
- pacman -Syu --noconfirm
# Create non-root user to perform build & switch to their home
- groupadd -g 1000 builder
- useradd -mg builder builder