switching to alpine
Some checks failed
TMW Global Networks Dokumentation / build (push) Failing after 4s

This commit is contained in:
Tizian Maxime Weigt 2025-04-27 04:17:16 +02:00
parent b9ed562dd8
commit 312dc55186

View File

@ -4,16 +4,12 @@ on: [push]
jobs:
build:
runs-on: debain-latest
runs-on: alpine-latest
steps:
- name: add nameservers to resolv.conf
run: echo "nameserver 2a0e:b107:27f9::64" > /etc/resolv.conf
- name: show resolv.conf
run: cat /etc/resolv.conf
- name: show sysctl
run: sysctl -a
- name: show sysctl.conf
run: cat /etc/sysctl.conf
- name: show ip addr
run: cat /etc/hosts
- name: show ip route