File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 84
84
username : ${{ github.repository_owner }}
85
85
password : ${{ secrets.GITHUB_TOKEN }}
86
86
87
- - shell : bash
88
- run : |
89
- echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
90
-
91
87
- name : Create artifacts directory to store build artifacts
92
88
if : inputs.distribution == 'otelcol-contrib'
93
89
run : mkdir -p distributions/otelcol-contrib/artifacts
Original file line number Diff line number Diff line change 60
60
registry : ghcr.io
61
61
username : ${{ github.repository_owner }}
62
62
password : ${{ secrets.GITHUB_TOKEN }}
63
- - shell : bash
64
- run : |
65
- echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
66
63
- name : Run GoReleaser
67
64
uses : goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
68
65
with :
Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ builds:
23
23
ignore :
24
24
- goos : windows
25
25
goarch : arm64
26
+ - goos : windows
27
+ goarch : ppc64le
28
+ - goos : darwin
29
+ goarch : ppc64le
26
30
binary : ocb
27
31
dockers :
28
32
- goos : linux
You can’t perform that action at this time.
0 commit comments