Skip to content

Commit

Permalink
fix: missing compilation for mipsle
Browse files Browse the repository at this point in the history
  • Loading branch information
elsbrock authored Jan 11, 2022
1 parent 48f8efe commit 558d1d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ jobs:

- name: tar asset
run: tar -czvf go-ghwrite_linux-mips.tar.gz go-ghwrite

- name: run build (MIPSLE)
run: GOOS=linux GOARCH=mipsle go build .

- name: tar asset
run: tar -czvf go-ghwrite_linux-mipsle.tar.gz go-ghwrite

- name: Create Release
id: create_release
Expand Down

0 comments on commit 558d1d0

Please sign in to comment.