Skip to content

Commit

Permalink
Disable CGO
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru committed Feb 3, 2025
1 parent b01411d commit 28fb2d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vendor/rainbow-text/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ export APK_BUILD_TEMPLATE ?= APKBUILD.github-binary
export APK_PACKAGE_VERSION := $(shell cat VERSION | sed s/\+.*//)
export INSTALL_PATH=/usr/local/bin

# Ensure binary is statically linked
export CGOENABLED = 0

# RPM should be relatively easy, but we will get to it later
export PACKAGE_TYPES_DISABLED = rpm

Expand Down

0 comments on commit 28fb2d9

Please sign in to comment.