Skip to content

Commit 3d5bc52

Browse files
Updating workflow
1 parent f68f48e commit 3d5bc52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/educates-cli.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
class EducatesCli < Formula
22
desc "Platform for hosting interactive workshop environments in Kubernetes"
33
homepage "https://docs.educates.dev"
4-
arch arm: "arm64", intel: "amd64"
4+
# arch arm: "arm64", intel: "amd64"
5+
arch = Hardware::CPU.intel? ? "amd64" : "arm64"
56
version "2.7.0"
67
license "Apache-2.0"
78

0 commit comments

Comments
 (0)