mirror of
https://github.com/atuinsh/atuin.git
synced 2025-07-07 13:15:09 +00:00
ci: use native github arm64 runner (#2690)
* ci: use native github arm64 runner Signed-off-by: Devin Buhl <devin@buhl.casa> * Update README.md --------- Signed-off-by: Devin Buhl <devin@buhl.casa>
This commit is contained in:
parent
53acf850f3
commit
2ceca25105
3 changed files with 12 additions and 17 deletions
11
.github/workflows/docker.yaml
vendored
11
.github/workflows/docker.yaml
vendored
|
@ -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: "./"
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
<a href="https://discord.gg/Fq8bJSKPHh"><img src="https://img.shields.io/discord/954121165239115808" /></a>
|
||||
<a rel="me" href="https://hachyderm.io/@atuin"><img src="https://img.shields.io/mastodon/follow/109944632283122560?domain=https%3A%2F%2Fhachyderm.io&style=social"/></a>
|
||||
<a href="https://twitter.com/atuinsh"><img src="https://img.shields.io/twitter/follow/atuinsh?style=social" /></a>
|
||||
<a href="https://actuated.dev/"><img alt="Arm CI sponsored by Actuated" src="https://docs.actuated.dev/images/actuated-badge.png" width="120px"></img></a>
|
||||
</p>
|
||||
|
||||
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
<a href="https://discord.gg/Fq8bJSKPHh"><img src="https://img.shields.io/discord/954121165239115808" /></a>
|
||||
<a rel="me" href="https://hachyderm.io/@atuin"><img src="https://img.shields.io/mastodon/follow/109944632283122560?domain=https%3A%2F%2Fhachyderm.io&style=social"/></a>
|
||||
<a href="https://twitter.com/atuinsh"><img src="https://img.shields.io/twitter/follow/atuinsh?style=social" /></a>
|
||||
<a href="https://actuated.dev/"><img alt="Arm CI sponsored by Actuated" src="https://docs.actuated.dev/images/actuated-badge.png" width="120px"></img></a>
|
||||
</p>
|
||||
|
||||
|
||||
|
@ -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)并<i>不是</i>加密的,只是用来防止被枚举攻击。
|
||||
|
||||
## 仅离线 (不同步)
|
||||
|
||||
|
||||
```
|
||||
bash <(curl https://raw.githubusercontent.com/ellie/atuin/main/install.sh)
|
||||
|
||||
|
||||
atuin import auto
|
||||
```
|
||||
|
||||
|
@ -149,11 +148,11 @@ brew install atuin
|
|||
```
|
||||
|
||||
然后可直接看 <a href="#shell-plugin">Shell 插件</a>
|
||||
|
||||
|
||||
### MacPorts
|
||||
|
||||
Atuin 也可以在 [MacPorts](https://ports.macports.org/port/atuin/) 中找到
|
||||
|
||||
|
||||
```
|
||||
sudo port install atuin
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue