Skip to content

Commit 0fd4088

Browse files
authored
Merge pull request #16 from ezeeyahoo/patch-1
Testing PPC64LE
2 parents 9d420dc + 0b5cadf commit 0fd4088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
goos: [linux, darwin]
15-
goarch: [amd64, arm64]
15+
goarch: [amd64, arm64, ppc64le]
1616

1717
env:
1818
GOOS: ${{ matrix.goos }}

0 commit comments

Comments
 (0)