From 2ceca25105b0d677510df6387c6a1f87419723b4 Mon Sep 17 00:00:00 2001
From: Devin Buhl
Date: Wed, 9 Apr 2025 10:48:51 -0400
Subject: ci: use native github arm64 runner (#2690)
* ci: use native github arm64 runner
Signed-off-by: Devin Buhl
* Update README.md
---------
Signed-off-by: Devin Buhl
---
.github/workflows/docker.yaml | 11 ++++-------
README.md | 1 -
docs/zh-CN/README.md | 17 ++++++++---------
3 files changed, 12 insertions(+), 17 deletions(-)
diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml
index 0b5257a3..7ff8d1d9 100644
--- a/.github/workflows/docker.yaml
+++ b/.github/workflows/docker.yaml
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@master
+ - uses: actions/checkout@v4
with:
repository: atuinsh/atuin
path: "./"
@@ -58,16 +58,13 @@ jobs:
permissions:
packages: write
- runs-on: actuated-arm64-4cpu-16gb
+ runs-on: ubuntu-24.04-arm
steps:
- - uses: actions/checkout@master
+ - uses: actions/checkout@v4
with:
repository: atuinsh/atuin
path: "./"
- - name: Setup mirror
- uses: self-actuated/hub-mirror@master
-
- name: Get Repo Owner
id: get_repo_owner
run: echo "REPO_OWNER=$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')" > $GITHUB_ENV
@@ -104,7 +101,7 @@ jobs:
runs-on: ubuntu-latest
needs: [publish_x86, publish_aarch64]
steps:
- - uses: actions/checkout@master
+ - uses: actions/checkout@v4
with:
repository: atuinsh/atuin
path: "./"
diff --git a/README.md b/README.md
index 9633637e..787e5c3e 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,6 @@
-
diff --git a/docs/zh-CN/README.md b/docs/zh-CN/README.md
index 8c846bf1..065d1b4d 100644
--- a/docs/zh-CN/README.md
+++ b/docs/zh-CN/README.md
@@ -19,7 +19,6 @@
-
@@ -74,17 +73,17 @@ atuin search --exit 0 --after "yesterday 3pm" make
- zsh
- bash
- fish
-
+
## 社区
Atuin 有一个 Discord 社区, 可以在 [这里](https://discord.gg/Fq8bJSKPHh) 获得
# 快速开始
-
+
## 使用默认的同步服务器
-
+
这将为您注册由我托管的默认同步服务器。 一切都是端到端加密的,所以你的秘密是安全的!
-
+
阅读下面的更多信息,了解仅供离线使用或托管您自己的服务器。
```
@@ -112,10 +111,10 @@ curl https://api.atuin.sh/enable -d $(cat ~/.local/share/atuin/session)
执行结果为你的活跃图 URL 地址。可以共享或嵌入这个 URL 地址,令牌(token)并不是加密的,只是用来防止被枚举攻击。
## 仅离线 (不同步)
-
+
```
bash <(curl https://raw.githubusercontent.com/ellie/atuin/main/install.sh)
-
+
atuin import auto
```
@@ -149,11 +148,11 @@ brew install atuin
```
然后可直接看 Shell 插件
-
+
### MacPorts
Atuin 也可以在 [MacPorts](https://ports.macports.org/port/atuin/) 中找到
-
+
```
sudo port install atuin
```
--
cgit v1.3.1