Skip to content

Commit e838f3c

Browse files
authored
Merge branch 'main' into codeboten/add-release-opampsupervisor
2 parents 5696f8f + fc22344 commit e838f3c

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.github/workflows/base-release.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,6 @@ jobs:
8484
username: ${{ github.repository_owner }}
8585
password: ${{ secrets.GITHUB_TOKEN }}
8686

87-
- shell: bash
88-
run: |
89-
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
90-
9187
- name: Create artifacts directory to store build artifacts
9288
if: inputs.distribution == 'otelcol-contrib'
9389
run: mkdir -p distributions/otelcol-contrib/artifacts

.github/workflows/builder-release.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ jobs:
6060
registry: ghcr.io
6161
username: ${{ github.repository_owner }}
6262
password: ${{ secrets.GITHUB_TOKEN }}
63-
- shell: bash
64-
run: |
65-
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
6663
- name: Run GoReleaser
6764
uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
6865
with:

cmd/builder/.goreleaser.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ builds:
2323
ignore:
2424
- goos: windows
2525
goarch: arm64
26+
- goos: windows
27+
goarch: ppc64le
28+
- goos: darwin
29+
goarch: ppc64le
2630
binary: ocb
2731
dockers:
2832
- goos: linux

0 commit comments

Comments
 (0)