mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-09 17:54:32 +00:00
Try larger runner
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
bfba2a6cf8
commit
cbeaa673ad
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@ -410,7 +410,7 @@ jobs:
|
|||||||
DOCKER_CLI_HINTS: false
|
DOCKER_CLI_HINTS: false
|
||||||
- name: Configure /etc/hosts
|
- name: Configure /etc/hosts
|
||||||
run: |
|
run: |
|
||||||
sudo echo "127.0.0.1 host.docker.internal" | sudo tee -a /etc/hosts
|
sudo echo "127.0.0.1 host.docker.internal" | sudo tee -a /etc/hosts
|
||||||
- name: Prepare server
|
- name: Prepare server
|
||||||
run: |
|
run: |
|
||||||
cd ./qms-tests
|
cd ./qms-tests
|
||||||
@ -523,9 +523,9 @@ jobs:
|
|||||||
DOCKER_EXTRA: --platform=linux/amd64,linux/arm64
|
DOCKER_EXTRA: --platform=linux/amd64,linux/arm64
|
||||||
- name: Docker build love-agent
|
- name: Docker build love-agent
|
||||||
run: |
|
run: |
|
||||||
cd ./services/ai-bot/love-agent
|
cd ./services/ai-bot/love-agent
|
||||||
pnpm install && pnpm build
|
pnpm install && pnpm build
|
||||||
pnpm docker:build -v
|
pnpm docker:build -v
|
||||||
env:
|
env:
|
||||||
DOCKER_CLI_HINTS: false
|
DOCKER_CLI_HINTS: false
|
||||||
DOCKER_EXTRA: --platform=linux/amd64,linux/arm64
|
DOCKER_EXTRA: --platform=linux/amd64,linux/arm64
|
||||||
@ -553,7 +553,7 @@ jobs:
|
|||||||
# if: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/tags/s') }}
|
# if: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/tags/s') }}
|
||||||
if: ${{ startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/tags/s') }}
|
if: ${{ startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/tags/s') }}
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest-xl
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user