🔧 为 runner preset 显式设置系统 hostname
Ubuntu System Information / show-system-info (push) Successful in 0s

This commit is contained in:
csh
2026-05-22 10:31:22 +08:00
parent 61e512c2ae
commit 173526be79
4 changed files with 10 additions and 0 deletions
@@ -2,6 +2,7 @@ services:
gitea-runner:
build: .
container_name: gitea-runner-buildx-archlinux
hostname: arch
restart: unless-stopped
network_mode: "host" # 使用宿主机网络
privileged: true # Buildx 需要 privileged 模式
@@ -2,6 +2,7 @@ services:
gitea-runner:
build: .
container_name: gitea-runner-buildx-ubuntu-22
hostname: ubuntu
restart: unless-stopped
network_mode: "host" # 使用宿主机网络
privileged: true # Buildx 需要 privileged 模式
@@ -2,6 +2,7 @@ services:
gitea-runner:
build: .
container_name: gitea-runner-standard-ubuntu-22
hostname: ubuntu
restart: unless-stopped
network_mode: "host" # 使用宿主机网络
volumes: