Skip to content

Commit

Permalink
Merge pull request #30 from taffychan/main
Browse files Browse the repository at this point in the history
Add IBM s390x support
  • Loading branch information
sjlleo authored Sep 12, 2022
2 parents 1f7d5d0 + a609348 commit af0b9cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cross_compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
DIST_PREFIX="nf"
DEBUG_MODE=${2}
TARGET_DIR="dist"
PLATFORMS="darwin/amd64 darwin/arm64 linux/amd64 linux/arm64 linux/mips"
PLATFORMS="darwin/amd64 darwin/arm64 linux/amd64 linux/arm64 linux/s390x linux/mips"

rm -rf ${TARGET_DIR}
mkdir ${TARGET_DIR}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
dist/nf_darwin_arm64
dist/nf_linux_amd64
dist/nf_linux_arm64
dist/nf_linux_s390x
dist/nf_linux_mips
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit af0b9cb

Please sign in to comment.