Skip to content

Commit 34c2fc2

Browse files
codebotenmowies
andauthored
Apply suggestions from code review
Co-authored-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
1 parent 9d0018a commit 34c2fc2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/opampsupervisor-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Push cmd/opampsupervisor Tag
2626
run: |
2727
tag="cmd/opampsupervisor/${{ github.ref_name }}"
28-
message="Releasing ocb binaries for ${{ github.ref_name }}"
28+
message="Releasing OpAMP supervisor binaries for ${{ github.ref_name }}"
2929
git config user.name "${GITHUB_ACTOR}"
3030
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
3131
git tag -a "${tag}" -m "${message}"

cmd/opampsupervisor/.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: opampsupervisor
2731
dockers:
2832
- goos: linux

0 commit comments

Comments
 (0)