Skip to content

Commit d14c785

Browse files
committed
Update docs for arm64
1 parent 137ba28 commit d14c785

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## v0.5.0
4+
5+
- Support upstream arm64 binaries
6+
- Update Sass version to `1.49.11`
7+
38
## v0.4.0 (2022-01-19)
49

510
- Update Sass version to `1.49.0`

lib/dart_sass.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ defmodule DartSass do
325325
arch_str = :erlang.system_info(:system_architecture)
326326
[arch | _] = arch_str |> List.to_string() |> String.split("-")
327327

328+
# TODO: remove "arm" when we require OTP 24
328329
case arch do
329330
"amd64" -> "#{platform}-x64"
330331
"aarch64" -> "#{platform}-arm64"

0 commit comments

Comments
 (0)