Skip to content

Commit 080fb67

Browse files
authored
chore: add Windows ARM64 publish runner and update readme (#57)
1 parent f6f8069 commit 080fb67

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
os: [windows-latest, macos-latest, macos-14, ubuntu-latest]
13+
os: [windows-latest, windows-11-arm, macos-latest, macos-14, ubuntu-latest]
1414

1515
runs-on: ${{ matrix.os }}
1616

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Download the latest release for your platform from the [Releases](https://github
185185

186186
| Platform | Download |
187187
|----------|----------|
188-
| Windows | [.exe installer](https://github.com/Draculabo/AntigravityManager/releases/latest) |
188+
| Windows (x64/ARM64) | [.exe installer](https://github.com/Draculabo/AntigravityManager/releases/latest) |
189189
| macOS | [.dmg installer](https://github.com/Draculabo/AntigravityManager/releases/latest) |
190190
| Linux | [.deb / .rpm](https://github.com/Draculabo/AntigravityManager/releases/latest) |
191191

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184

185185
| 平台 | 下载链接 |
186186
| ------- | ------------------------------------------------------------------------------ |
187-
| Windows | [.exe 安装包](https://github.com/Draculabo/AntigravityManager/releases/latest) |
187+
| Windows (x64/ARM64) | [.exe 安装包](https://github.com/Draculabo/AntigravityManager/releases/latest) |
188188
| macOS | [.dmg 安装包](https://github.com/Draculabo/AntigravityManager/releases/latest) |
189189
| Linux | [.deb / .rpm](https://github.com/Draculabo/AntigravityManager/releases/latest) |
190190

0 commit comments

Comments
 (0)