Skip to content
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

feat(build): support Apple silicon (ARM) #22

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

pront
Copy link
Member

@pront pront commented Jan 10, 2025

To be tested after v0.44.0 is published.

Ref: vectordotdev/vector#10193

on_macos do
on_intel do
url "https://packages.timber.io/vector/0.43.1/vector-0.43.1-x86_64-apple-darwin.tar.gz"
sha256 "x86_64_SHA256_HASH_PLACEHOLDER" # x86_64-apple-darwin
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just FYI this'll need to be updated to a static value. This static value is updated by the tooling in Vector: https://github.com/vectordotdev/vector/blob/master/vdev/src/commands/release/homebrew.rs

Copy link
Member Author

@pront pront Jan 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this mean replacing "https://packages.timber.io/vector/0.43.1/vector-0.43.1-x86_64-apple-darwin.tar.gz" with VERSION_PLACEHOLDER?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, sorry, I mean well want to replace the sha256 line with something like sha256 <actual SHA> after the v0.44.0 release publishes the new artifacts and we can calculate the SHAs.

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.

2 participants