diff --git a/.drone.yml b/.drone.yml index cff6d1a..a4531f0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: - name: build image: golang commands: - - go build + - GOARCH=amd64 GOOS=linux go build -o bin/${BINARY_NAME} main.go - name: gitea_release image: plugins/gitea-release settings: @@ -14,7 +14,7 @@ steps: from_secret: GITEA base_url: https://gitea.asdf.cafe - files: gospt + files: bin/${BINARY_NAME} trigger: event: