1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-09-16 09:26:52 +02:00

docs: fix macOS wording

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos A Becker
2021-10-13 19:58:27 -03:00
parent d5638991c8
commit 7d6c4c95a3

View File

@@ -1,8 +1,8 @@
--- ---
title: MacOS Universal Binaries title: macOS Universal Binaries
--- ---
GoReleaser can create _MacOS Universal Binaries_ - also known as _Fat Binaries_. GoReleaser can create _macOS Universal Binaries_ - also known as _Fat Binaries_.
Those binaries are in a special format that contains both `arm64` and `amd64` executables in a single file. Those binaries are in a special format that contains both `arm64` and `amd64` executables in a single file.
Here's how to use it: Here's how to use it: