Skip to content

Commit

Permalink
fix(Makefile): update build-gh tag
Browse files Browse the repository at this point in the history
Signed-off-by: Alessio Greggi <ale_grey_91@hotmail.it>
  • Loading branch information
alegrey91 committed Apr 11, 2024
1 parent 2bab2fc commit 3dc8950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ build: create-bin-dir vmlinux.h build-static-libbpfgo build-bpf
-o ${BINARY_DIR}/${BINARY_NAME} \
.

build-gh: create-bin-dir vmlinux.h build-bpf
build-gh: create-bin-dir vmlinux.h build-static-libbpfgo build-bpf
ifndef GITHUB_REF_NAME
$(error GITHUB_REF_NAME is undefined)
endif
Expand Down

0 comments on commit 3dc8950

Please sign in to comment.