mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-12-18 18:47:11 +00:00
Temporarily disable cloud arm builds while we disambiguate the build issues
This commit is contained in:
parent
33a5efaf4b
commit
44ede26e67
1 changed files with 3 additions and 3 deletions
6
.github/workflows/dockerize.yml
vendored
6
.github/workflows/dockerize.yml
vendored
|
@ -51,9 +51,9 @@ jobs:
|
||||||
- image: 'cloud'
|
- image: 'cloud'
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
runner: ubuntu-latest
|
runner: ubuntu-latest
|
||||||
- image: 'cloud'
|
# - image: 'cloud'
|
||||||
platform: linux/arm64
|
# platform: linux/arm64
|
||||||
runner: ubuntu-linux-arm64
|
# runner: ubuntu-linux-arm64
|
||||||
runs-on: ${{ matrix.runner }}
|
runs-on: ${{ matrix.runner }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
|
|
Loading…
Reference in a new issue