Skip to content

Commit 059bd12

Browse files
authored
Rename macOS binaries for clarity (#43)
fix: rename macOS binaries for clarity - Rename dot-macos-amd64 to dot-macos-intel - Rename dot-macos-arm64 to dot-macos-apple-silicon - Update installation instructions with new names This makes it clearer for macOS users which binary to download.
1 parent 56f3763 commit 059bd12

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/publish-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ jobs:
6969
- os: macos-latest
7070
target: x86_64-apple-darwin
7171
artifact_name: dot
72-
asset_name: dot-macos-amd64
72+
asset_name: dot-macos-intel
7373

7474
- os: macos-latest
7575
target: aarch64-apple-darwin
7676
artifact_name: dot
77-
asset_name: dot-macos-arm64
77+
asset_name: dot-macos-apple-silicon
7878

7979
- os: windows-latest
8080
target: x86_64-pc-windows-msvc

.github/workflows/release-cli.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ jobs:
5050
- os: macos-latest
5151
target: x86_64-apple-darwin
5252
artifact_name: dot
53-
asset_name: dot-macos-amd64
53+
asset_name: dot-macos-intel
5454

5555
- os: macos-latest
5656
target: aarch64-apple-darwin
5757
artifact_name: dot
58-
asset_name: dot-macos-arm64
58+
asset_name: dot-macos-apple-silicon
5959

6060
- os: windows-latest
6161
target: x86_64-pc-windows-msvc
@@ -179,13 +179,13 @@ jobs:
179179
180180
### macOS (Intel)
181181
\`\`\`bash
182-
curl -L https://github.com/polkadot-developers/polkadot-cookbook/releases/download/cli-v${VERSION}/dot-macos-amd64.tar.gz | tar xz
182+
curl -L https://github.com/polkadot-developers/polkadot-cookbook/releases/download/cli-v${VERSION}/dot-macos-intel.tar.gz | tar xz
183183
sudo mv dot /usr/local/bin/
184184
\`\`\`
185185
186186
### macOS (Apple Silicon)
187187
\`\`\`bash
188-
curl -L https://github.com/polkadot-developers/polkadot-cookbook/releases/download/cli-v${VERSION}/dot-macos-arm64.tar.gz | tar xz
188+
curl -L https://github.com/polkadot-developers/polkadot-cookbook/releases/download/cli-v${VERSION}/dot-macos-apple-silicon.tar.gz | tar xz
189189
sudo mv dot /usr/local/bin/
190190
\`\`\`
191191

0 commit comments

Comments
 (0)