Skip to content

Commit

Permalink
Fix cross-compile
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Dec 12, 2024
1 parent 8c917fe commit 4bf86d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,10 @@ jobs:

- name: Get project dependencies
run: |
GOBIN=$PWD/bin/ go install github.com/jessevdk/go-assets-builder@latest
# we do not cross-compile this.
GOOS=linux GOARCH=amd64 GOARM="" GOBIN="$PWD/bin/" go install github.com/jessevdk/go-assets-builder@latest
$PWD/bin/go-assets-builder assets -o assets.go
# download the modules.
go mod download
- name: Build notebook
Expand Down

0 comments on commit 4bf86d7

Please sign in to comment.