We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f68f48e commit 3d5bc52Copy full SHA for 3d5bc52
Formula/educates-cli.rb
@@ -1,7 +1,8 @@
1
class EducatesCli < Formula
2
desc "Platform for hosting interactive workshop environments in Kubernetes"
3
homepage "https://docs.educates.dev"
4
- arch arm: "arm64", intel: "amd64"
+ # arch arm: "arm64", intel: "amd64"
5
+ arch = Hardware::CPU.intel? ? "amd64" : "arm64"
6
version "2.7.0"
7
license "Apache-2.0"
8
0 commit comments