Skip to content

Commit

Permalink
Build nesachain
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Smirnov committed Apr 30, 2024
1 parent 8a50e88 commit ce3e6c6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: |
LEDGER_ENABLED=false BUILD_TAGS=muslc LINK_STATICALLY=true GOARCH=amd64 make build
file ./code/build/nesad
echo "Ensuring binary is statically linked ..."
(file ./code/build/nesad | grep "statically linked")
working-directory: ${{ env.REPO_NESACHAIN_DIR }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Build
# uses: goreleaser/goreleaser-action@v5
Expand Down

0 comments on commit ce3e6c6

Please sign in to comment.