diff --git a/Readme.adoc b/Readme.adoc index 24b487e..a0943d4 100644 --- a/Readme.adoc +++ b/Readme.adoc @@ -80,7 +80,7 @@ so they're unaffected) since it isn't signed/notarized yet: $ xattr -d com.apple.quarantine /usr/local/bin/lc ---- -=== Homebrew (macOS Apple Silicon, Linux x86_64) +=== Homebrew (macOS Apple Silicon, Linux x86_64, Linux ARM64) [source,sh] ---- @@ -366,7 +366,7 @@ $ cd app $ mise exec -- env MIX_ENV=prod BURRITO_TARGET= mix release lc ---- -`` is one of `macos_aarch64`, `linux_x86_64`, or `windows_x86_64`. +`` is one of `macos_aarch64`, `linux_x86_64`, `linux_aarch64`, or `windows_x86_64`. === Build the container diff --git a/ci/bump_homebrew_formula.rb b/ci/bump_homebrew_formula.rb index a6d9e8d..ca60311 100755 --- a/ci/bump_homebrew_formula.rb +++ b/ci/bump_homebrew_formula.rb @@ -37,7 +37,7 @@ version_file = File.join(File.dirname(formula_path), ".version") content = File.read(formula_path) -%w[macos_aarch64 linux_x86_64].each do |target| +%w[macos_aarch64 linux_x86_64 linux_aarch64].each do |target| asset = "lc_#{target}.tar.gz" sha = sha256sums.fetch(asset) { abort "No checksum found for #{asset} in #{sha256sums_path}" } diff --git a/vendor/rubyists-homebrew-tap b/vendor/rubyists-homebrew-tap index 7bb1c1d..a8d0b1b 160000 --- a/vendor/rubyists-homebrew-tap +++ b/vendor/rubyists-homebrew-tap @@ -1 +1 @@ -Subproject commit 7bb1c1d7d4e1104bf0e3c86d0f0c365a4b55c17b +Subproject commit a8d0b1bfb737986abe2ac80a8d765f5a2270dd16