feat(构建脚本): 调整构建脚本
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
xiaoqidun 2024-06-22 22:56:00 +08:00
parent 969b0cbe62
commit 239c3d2ad0
2 changed files with 1 additions and 2 deletions

@ -1,5 +1,4 @@
kind: pipeline
type: docker
name: default
node:
region: cn

@ -2,7 +2,7 @@
FROM alpine:3.20.1
# 作者信息
LABEL MAINTAINER="xiaoqidun@gmail.com"
LABEL authors="xiaoqidun"
# 复制程序
COPY gocos /bin/gocos