Update .forgejo/workflows/fortune-mod-alpine.yml
This commit is contained in:
parent
1157183fa3
commit
5cb987fa6a
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ jobs:
|
|||
- name: Unzip
|
||||
run: tar -xzvf alpine-minirootfs-3.21.3-aarch64.tar.gz && rm alpine-minirootfs-3.21.3-aarch64.tar.gz
|
||||
working-directory: ./rootfs
|
||||
- name: Fix resolv
|
||||
run: echo "nameserver 1.1.1.1" > rootfs/etc/resolv.conf
|
||||
- name: Setup
|
||||
run: chroot rootfs apk update && chroot rootfs apk install sudo alpine-sdk
|
||||
- name: Create user for building
|
||||
|
|
Loading…
Add table
Reference in a new issue