Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
docker_images:
description: '请填写docker镜像名称 多个用英文逗号分开'
required: true
default: 'alpine:latest,busybox:stable-glibc' # 设置默认的 Docker 镜像列表
default: 'python:latest,busybox:stable-glibc' # 设置默认的 Docker 镜像列表

jobs:
pull_and_package:
runs-on: ubuntu-22.04
runs-on: centos-7

steps:
- name: Checkout repository
Expand Down Expand Up @@ -38,4 +38,4 @@ jobs:
with:
name: my-artifact
path: ${{ github.workspace }}/*.tar.gz
retention-days: 1 # 将保留天数设置为 1 天 最多可设置90天
retention-days: 1 # 将保留天数设置为 1 天 最多可设置90天