Skip to content

Commit 0678514

Browse files
committed
Fix Goreleaser release builds
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
1 parent 7538d00 commit 0678514

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
with:
123123
go-version-file: .go-version
124124
cache: true
125-
125+
126126
- name: Initialize and update libbpf submodule
127127
run: git submodule init && git submodule update
128128

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ jobs:
9393
name: ebpf-object-file-release
9494
path: pkg/profiler/cpu-profiler.bpf.o
9595

96-
- run: ls -alh pkg/profiler
97-
9896
- name: Run Goreleaser
9997
run: goreleaser release --rm-dist --debug
10098

.goreleaser.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ builds:
3131
- amd64
3232
hooks:
3333
pre:
34-
- ls -alh pkg/profiler
3534
- make libbpf
3635
flags:
3736
- -mod=readonly
@@ -126,8 +125,3 @@ changelog:
126125
exclude:
127126
- '^docs:'
128127
- '^test:'
129-
gomod:
130-
proxy: true
131-
env:
132-
- GOPROXY=https://proxy.golang.org,direct
133-
- GOSUMDB=sum.golang.org

0 commit comments

Comments
 (0)