Skip to content

Commit

Permalink
fix(ci)
Browse files Browse the repository at this point in the history
  • Loading branch information
hengyoush committed Oct 19, 2024
1 parent 9580e98 commit 34f9648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ builds:
hooks:
pre:
- bash -c 'sudo make clean || true'
- bash -c 'sudo make build-bpf || true'
- bash -c 'sudo make build-bpf'
- bash -c 'sudo make btfgen BUILD_ARCH=arm64 ARCH_BPF_NAME=arm64'

- id: kyanos-amd64
Expand All @@ -56,7 +56,7 @@ builds:
hooks:
pre:
- bash -c 'sudo make clean || true'
- bash -c 'sudo make build-bpf || true'
- bash -c 'sudo make build-bpf'
- bash -c 'sudo make btfgen BUILD_ARCH=x86_64 ARCH_BPF_NAME=x86'

archives:
Expand Down

0 comments on commit 34f9648

Please sign in to comment.