Skip to content

Commit 45c0cbe

Browse files
committed
Create ppc64le release
Signed-off-by: Marvin Giessing <[email protected]>
1 parent 0d696d2 commit 45c0cbe

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ jobs:
133133
- goos: linux
134134
goarch: arm
135135
goarm: "5"
136+
- goos: linux
137+
goarch: ppc64le
136138
- goos: freebsd
137139
goarch: amd64
138140
- goos: freebsd
@@ -171,6 +173,11 @@ jobs:
171173
echo "CGO_ENABLED=1" >> $GITHUB_ENV
172174
echo "CC=aarch64-linux-gnu-gcc" >> $GITHUB_ENV
173175
;;
176+
linux/ppc64le)
177+
packages+=" crossbuild-essential-ppc64el"
178+
echo "CGO_ENABLED=1" >> $GITHUB_ENV
179+
echo "CC=powerpc64le-linux-gnu-gcc" >> $GITHUB_ENV
180+
;;
174181
windows/arm/v7)
175182
echo "CGO_ENABLED=0" >> $GITHUB_ENV
176183
;;

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
platform:
6060
- linux/amd64
6161
- linux/arm64
62+
- linux/ppc64le
6263
- windows/amd64
6364
steps:
6465
- name: Install Go

0 commit comments

Comments
 (0)