commit 931f8d605e68d08cab6b9205ea0aa15ca45dc571
parent f6e6fa6e93bb6057f7cbc0ae912cca0eefe62016
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 14 Jun 2023 09:06:08 +0200
Use native arm runner
Diffstat:
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/build_chatwoot.yaml b/.github/workflows/build_chatwoot.yaml
@@ -16,7 +16,7 @@ jobs:
packages: write
id-token: write
name: Push chatwoot image to repo
- runs-on: ubuntu-latest
+ runs-on: ARM64
steps:
- name: Check out the repo
uses: actions/checkout@v3
diff --git a/.github/workflows/build_chatwoot_release.yaml b/.github/workflows/build_chatwoot_release.yaml
@@ -16,7 +16,7 @@ jobs:
packages: write
id-token: write
name: Push chatwoot image to repo
- runs-on: ubuntu-latest
+ runs-on: ARM64
steps:
- name: Check out the repo
uses: actions/checkout@v3
diff --git a/.github/workflows/build_synapse.yaml b/.github/workflows/build_synapse.yaml
@@ -16,7 +16,7 @@ jobs:
packages: write
id-token: write
name: Push synapse image to repo
- runs-on: ubuntu-latest
+ runs-on: ARM64
steps:
- name: Check out the repo
uses: actions/checkout@v3
diff --git a/.github/workflows/build_synapse_release.yaml b/.github/workflows/build_synapse_release.yaml
@@ -16,7 +16,7 @@ jobs:
packages: write
id-token: write
name: Push synapse image to repo
- runs-on: ubuntu-latest
+ runs-on: ARM64
steps:
- name: Check out the repo
uses: actions/checkout@v3