Install instructions for m1 macbook#18
Closed
jared-bloomer wants to merge 3 commits intocultureamp:masterfrom
Closed
Install instructions for m1 macbook#18jared-bloomer wants to merge 3 commits intocultureamp:masterfrom
jared-bloomer wants to merge 3 commits intocultureamp:masterfrom
Conversation
Author
|
Documentation is finalized i it's current form |
jamestelfer
previously approved these changes
May 3, 2023
Member
jamestelfer
left a comment
There was a problem hiding this comment.
Thanks for this contribution, and sorry it's languished. I did see it not too long ago, and it gave me some impetus to update the tool and release ARM for Linux and Mac (#20).
Would you like to kick the tyres on the new binary? If it works for you, it would probably change the M1 instructions a fair bit.
|
|
||
| 8. Mark the current directory as safe in your global git config with the command `git config --global --add safe.directory /usr/local/share/parameter-store-exec` | ||
|
|
||
| 9. Compile the binary with the command `GOOS=linux GOARCH=arm64 go build -ldflags="-X main.Version=$(git describe --tags --candidates=1 --dirty) -s -w" -o $@ github.com/cultureamp/parameter-store-exec` |
Member
There was a problem hiding this comment.
This will build for linux rather than darwin -- is that the intent?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These are a set of repeatable install instructions I have put together for compiling and installing on an Apple m1 macbook