Compare commits
6 Commits
v3.7.4
...
v3.8.2-nat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
52e4616bb3 | ||
|
|
79fba8746f | ||
|
|
80122ebe57 | ||
|
|
148672031f | ||
|
|
fdcc48178f | ||
|
|
1f9029baf1 |
@@ -21,7 +21,7 @@ env:
|
||||
# 构建 Job
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-node24 # 如果host构建 :linux_amd64
|
||||
runs-on: ubuntu-node22 # 如果host构建 :linux_amd64
|
||||
# container:
|
||||
# image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
@@ -37,7 +37,7 @@ jobs:
|
||||
run: apt-get update &&
|
||||
apt-get install -y gettext &&
|
||||
apt-get install -y maven &&
|
||||
apt-get install -y docker.io &&
|
||||
apt-get install coreutils &&
|
||||
apt-get update &&
|
||||
apt-get install ca-certificates curl &&
|
||||
install -m 0755 -d /etc/apt/keyrings &&
|
||||
|
||||
Reference in New Issue
Block a user