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