|
|
|
|
@ -3,8 +3,10 @@ name: Debug WarpBuild Docker Configure Action
|
|
|
|
|
on:
|
|
|
|
|
push:
|
|
|
|
|
branches:
|
|
|
|
|
- prajjwal-warp-540
|
|
|
|
|
- fix-error-messages
|
|
|
|
|
|
|
|
|
|
env:
|
|
|
|
|
WARPBUILD_API_DOMAIN: "https://api.dev.warpbuild.dev"
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
|
test-multi-warp:
|
|
|
|
|
@ -12,7 +14,7 @@ jobs:
|
|
|
|
|
runs-on: warp-ubuntu-latest-x64-2x
|
|
|
|
|
strategy:
|
|
|
|
|
matrix:
|
|
|
|
|
run_number: [1]
|
|
|
|
|
run_number: [1,2]
|
|
|
|
|
fail-fast: false
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout repository
|
|
|
|
|
@ -26,6 +28,6 @@ jobs:
|
|
|
|
|
tags: test-image-run-${{ matrix.run_number }}
|
|
|
|
|
push: false
|
|
|
|
|
platforms: linux/amd64,linux/arm64
|
|
|
|
|
profile-name: test-multi-builder
|
|
|
|
|
profile-name: test-dev
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|