diff options
| author | Devin Buhl <onedr0p@users.noreply.github.com> | 2025-04-09 10:48:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-09 15:48:51 +0100 |
| commit | 2ceca25105b0d677510df6387c6a1f87419723b4 (patch) | |
| tree | 110f89e18ef7c564fe27c5a55c87cdaeec8cb9e7 /.github/workflows | |
| parent | fix: switch to astral cargo-dist (#2687) (diff) | |
| download | atuin-2ceca25105b0d677510df6387c6a1f87419723b4.zip | |
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>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/docker.yaml | 11 |
1 files changed, 4 insertions, 7 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: "./" |
