Skip to content

Commit

Permalink
Bump self-hosted runner version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
csonuryilmaz committed May 12, 2024
1 parent be6dc34 commit 3f5a0aa
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -307,13 +307,13 @@ cd "$HOME"
Download the latest self-hosted runner package.

```bash
curl -O -L https://cdn.appcircle.io/self-hosted/runner/appcircle-runner-osx-arm64-1.5.2.zip
curl -O -L https://cdn.appcircle.io/self-hosted/runner/appcircle-runner-osx-arm64-1.6.0.zip
```

Extract self-hosted runner package.

```bash
unzip -o -u appcircle-runner-osx-arm64-1.5.2.zip
unzip -o -u appcircle-runner-osx-arm64-1.6.0.zip
```

Change directory into extracted `appcircle-runner` folder for following steps.
Expand Down
12 changes: 6 additions & 6 deletions docs/self-hosted-appcircle/self-hosted-runner/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,41 +101,41 @@ Download the latest self-hosted runner package.
<TabItem value="osx-arm64" label="macOS arm64" default>

```bash
curl -O -L https://cdn.appcircle.io/self-hosted/runner/appcircle-runner-osx-arm64-1.5.2.zip
curl -O -L https://cdn.appcircle.io/self-hosted/runner/appcircle-runner-osx-arm64-1.6.0.zip
```

Extract self-hosted runner package.

```bash
unzip -o -u appcircle-runner-osx-arm64-1.5.2.zip
unzip -o -u appcircle-runner-osx-arm64-1.6.0.zip
```

</TabItem>

<TabItem value="osx-x64" label="macOS x64">

```bash
curl -O -L https://cdn.appcircle.io/self-hosted/runner/appcircle-runner-osx-x64-1.5.2.zip
curl -O -L https://cdn.appcircle.io/self-hosted/runner/appcircle-runner-osx-x64-1.6.0.zip
```

Extract self-hosted runner package.

```bash
unzip -o -u appcircle-runner-osx-x64-1.5.2.zip
unzip -o -u appcircle-runner-osx-x64-1.6.0.zip
```

</TabItem>

<TabItem value="linux-x64" label="Linux x64">

```bash
curl -O -L https://cdn.appcircle.io/self-hosted/runner/appcircle-runner-linux-x64-1.5.2.zip
curl -O -L https://cdn.appcircle.io/self-hosted/runner/appcircle-runner-linux-x64-1.6.0.zip
```

Extract self-hosted runner package.

```bash
unzip -o -u appcircle-runner-linux-x64-1.5.2.zip
unzip -o -u appcircle-runner-linux-x64-1.6.0.zip
```

</TabItem>
Expand Down
12 changes: 6 additions & 6 deletions docs/self-hosted-appcircle/self-hosted-runner/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,40 +20,40 @@ Download and extract the latest self-hosted runner package.
<TabItem value="osx-arm64" label="macOS arm64" default>

```bash
curl -O -L https://cdn.appcircle.io/self-hosted/runner/appcircle-runner-osx-arm64-1.5.2.zip
curl -O -L https://cdn.appcircle.io/self-hosted/runner/appcircle-runner-osx-arm64-1.6.0.zip
```

Extract self-hosted runner package.

```bash
unzip -o -u appcircle-runner-osx-arm64-1.5.2.zip
unzip -o -u appcircle-runner-osx-arm64-1.6.0.zip
```

</TabItem>
<TabItem value="osx-x64" label="macOS x64">

```bash
curl -O -L https://cdn.appcircle.io/self-hosted/runner/appcircle-runner-osx-x64-1.5.2.zip
curl -O -L https://cdn.appcircle.io/self-hosted/runner/appcircle-runner-osx-x64-1.6.0.zip
```

Extract self-hosted runner package.

```bash
unzip -o -u appcircle-runner-osx-x64-1.5.2.zip
unzip -o -u appcircle-runner-osx-x64-1.6.0.zip
```

</TabItem>

<TabItem value="linux-x64" label="Linux x64">

```bash
curl -O -L https://cdn.appcircle.io/self-hosted/runner/appcircle-runner-linux-x64-1.5.2.zip
curl -O -L https://cdn.appcircle.io/self-hosted/runner/appcircle-runner-linux-x64-1.6.0.zip
```

Extract self-hosted runner package.

```bash
unzip -o -u appcircle-runner-linux-x64-1.5.2.zip
unzip -o -u appcircle-runner-linux-x64-1.6.0.zip
```

</TabItem>
Expand Down

0 comments on commit 3f5a0aa

Please sign in to comment.