Skip to content

Commit

Permalink
fix: Try to revert to running 'release-server'
Browse files Browse the repository at this point in the history
  • Loading branch information
langecode committed Sep 25, 2023
1 parent 3eb74f4 commit 6296b9a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,9 @@ jobs:
- name: Build server
run: |
export PATH=$PATH:$(go env GOPATH)/bin
echo $PATH
go install src.techknowlogick.com/xgo@latest
make cross-compile-server
make release-server
mkdir -p dist/server/linux/amd64
mv dist/server/linux_amd64/woodpecker-server dist/server/linux/amd64/woodpecker-server
env:
PLATFORMS: linux|amd64
TAGS: bindata sqlite sqlite_unlock_notify netgo
Expand Down

0 comments on commit 6296b9a

Please sign in to comment.