Skip to content

Commit

Permalink
Create ppc64le release
Browse files Browse the repository at this point in the history
Signed-off-by: Marvin Giessing <marvin.giessing@gmail.com>
(cherry picked from commit 45c0cbe)
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
  • Loading branch information
mgiessing authored and AkihiroSuda committed Jul 18, 2022
1 parent 73b85c0 commit c2f841f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ jobs:
- goos: linux
goarch: arm
goarm: "5"
- goos: linux
goarch: ppc64le
- goos: freebsd
goarch: amd64
- goos: freebsd
Expand Down Expand Up @@ -171,6 +173,11 @@ jobs:
echo "CGO_ENABLED=1" >> $GITHUB_ENV
echo "CC=aarch64-linux-gnu-gcc" >> $GITHUB_ENV
;;
linux/ppc64le)
packages+=" crossbuild-essential-ppc64el"
echo "CGO_ENABLED=1" >> $GITHUB_ENV
echo "CC=powerpc64le-linux-gnu-gcc" >> $GITHUB_ENV
;;
windows/arm/v7)
echo "CGO_ENABLED=0" >> $GITHUB_ENV
;;
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
platform:
- linux/amd64
- linux/arm64
- linux/ppc64le
- windows/amd64
steps:
- name: Install Go
Expand Down

0 comments on commit c2f841f

Please sign in to comment.