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

Unable to install pomerium-cli on Apple M1 by using Homebrew #86

Closed
kahoulei opened this issue Jun 30, 2022 · 3 comments
Closed

Unable to install pomerium-cli on Apple M1 by using Homebrew #86

kahoulei opened this issue Jun 30, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@kahoulei
Copy link

What happened?

Following the installation doc but I get this error:

% brew tap pomerium/tap
==> Tapping pomerium/tap
Cloning into '/opt/homebrew/Library/Taps/pomerium/homebrew-tap'...
remote: Enumerating objects: 444, done.
remote: Counting objects: 100% (39/39), done.
remote: Compressing objects: 100% (33/33), done.
remote: Total 444 (delta 20), reused 9 (delta 5), pack-reused 405
Receiving objects: 100% (444/444), 63.01 KiB | 418.00 KiB/s, done.
Resolving deltas: 100% (124/124), done.
Error: Invalid formula: /opt/homebrew/Library/Taps/pomerium/homebrew-tap/Formula/pomerium.rb
formulae require at least a URL
Error: Cannot tap pomerium/tap: invalid syntax in tap!

What did you expect to happen?

pomerium-cli should be installed

How'd it happen?

  1. Ran brew tap pomerium/tap

What's your environment like?

  • Pomerium version (retrieve with pomerium --version):
  • Server Operating System/Architecture/Cloud:

What's your config.yaml?

# Paste your configs here
# Be sure to scrub any sensitive values

What did you see in the logs?

# Paste your logs here.
# Be sure to scrub any sensitive values

Additional context

Add any other context about the problem here.

@kahoulei
Copy link
Author

i think pomerium (not CLI) is missing arm support? https://github.com/pomerium/homebrew-tap/blob/master/Formula/pomerium.rb#L10-L19

@desimone desimone added the bug Something isn't working label Jul 5, 2022
@calebdoxsey calebdoxsey self-assigned this Jul 12, 2022
@calebdoxsey
Copy link
Contributor

Unfortunately, AFAIK, there is no way to build pomerium for m1 macs with Github actions.

@calebdoxsey
Copy link
Contributor

You can now tap and install the CLI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants