Skip to content

Commit

Permalink
fix release asset creation
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
  • Loading branch information
mblaschke committed Sep 18, 2022
1 parent 2f050fb commit 36985ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ release-assets/%: $(SOURCE)
CGO_ENABLED=0 \
time go build -ldflags '$(LDFLAGS)' -o './release-assets/$(PROJECT_NAME).$(call word-dot,$*,1).$(call word-dot,$*,2)' .

release-assets/darwin.arm:
echo "not supported"

#######################################
# development
#######################################
Expand Down

0 comments on commit 36985ff

Please sign in to comment.