Skip to content

Commit

Permalink
fix: macos typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miki725 committed Feb 27, 2025
1 parent a7099e0 commit f24808b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker/ids.nim
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ proc normalize*(self: DockerPlatform): DockerPlatform =
# https://github.com/containerd/containerd/blob/83031836b2cf55637d7abf847b17134c51b38e53/platforms/platforms.go
const
osMap = {
"masos": "darwin",
"macos": "darwin",
}.toTable()
archMap = {
"aarch64": "arm64",
Expand Down

0 comments on commit f24808b

Please sign in to comment.