Skip to content

Change settings to unpack and dynamically link libraries #260

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

peterbro1
Copy link

@peterbro1 peterbro1 commented Feb 11, 2025

Our falcon sensor has been detecting this as a malicious file due to it being packed and statically linked. These changes to .goreleaser.yaml reflect these changes.

Note:

In order to compile an arm64 binary on an amd64 machine, we'll need to install a few additional packages:

sudo apt update
sudo apt install -y \
  gcc-aarch64-linux-gnu \
  g++-aarch64-linux-gnu \
  binutils-aarch64-linux-gnu \
  libc6-arm64-cross \
  libc6-dev-arm64-cross

For musl builds, we'll need the musl toolchain as well:

sudo apt install -y musl-tools gcc-aarch64-linux-musl

This will install the gcc arm64 cross compiler and the arm64 standard libraries

@tylerodonnell tylerodonnell requested a review from a team February 11, 2025 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant