mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
df changes
This commit is contained in:
parent
c464e2e0d5
commit
ca6becfeec
|
@ -4,6 +4,10 @@ build-binary-latest:
|
||||||
name: golang:1.18.0-alpine3.15
|
name: golang:1.18.0-alpine3.15
|
||||||
script:
|
script:
|
||||||
- go build -o ./weed/weed ./weed
|
- go build -o ./weed/weed ./weed
|
||||||
|
- cp ./weed/weed docker/weed
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- ./weed/weed
|
||||||
|
|
||||||
build-container-latest:
|
build-container-latest:
|
||||||
stage: build
|
stage: build
|
||||||
|
@ -16,6 +20,6 @@ build-container-latest:
|
||||||
- >-
|
- >-
|
||||||
/kaniko/executor
|
/kaniko/executor
|
||||||
--context "${CI_PROJECT_DIR}/docker"
|
--context "${CI_PROJECT_DIR}/docker"
|
||||||
--dockerfile "${CI_PROJECT_DIR}/docker/Dockerfile.go_build"
|
--dockerfile "${CI_PROJECT_DIR}/docker/Dockerfile.local"
|
||||||
--destination "${CI_REGISTRY_IMAGE}:latest"
|
--destination "${CI_REGISTRY_IMAGE}:latest"
|
||||||
--destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHORT_SHA}"
|
--destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHORT_SHA}"
|
Loading…
Reference in a new issue