Skip to content

Commit f83ace4

Browse files
Merge pull request #500 from benluddy/release-ppc64le-s390x
Produce opm linux release binaries for ppc64le and s390x.
2 parents 8c919d5 + 1da586e commit f83ace4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/release.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
push:
44
tags:
55
- 'v[0-9]+.[0-9]+.[0-9]+'
6+
defaults:
7+
run:
8+
shell: bash
69
jobs:
710
create:
811
runs-on: ubuntu-latest
@@ -25,7 +28,16 @@ jobs:
2528
- ubuntu-latest
2629
- macos-latest
2730
- windows-latest
31+
arch:
32+
- amd64
33+
include:
34+
- os: ubuntu-latest
35+
arch: ppc64le
36+
- os: ubuntu-latest
37+
arch: s390x
2838
runs-on: ${{ matrix.os }}
39+
env:
40+
GOARCH: ${{ matrix.arch }}
2941
steps:
3042
- uses: actions/checkout@v2
3143
- uses: actions/setup-go@v2

0 commit comments

Comments
 (0)