updated Makefile and workflow

pull/12064/head
Yajith Dayarathna 2024-08-09 22:14:14 +12:00
parent 75431b9d36
commit 25696c29eb
No known key found for this signature in database
GPG Key ID: 7F90D690ED665EF0
2 changed files with 4 additions and 4 deletions

View File

@ -42,9 +42,9 @@ jobs:
matrix:
config:
- { platform: linux, arch: amd64 }
- { platform: linux, arch: arm64 }
- { platform: windows, arch: amd64, version: 1809 }
- { platform: windows, arch: amd64, version: ltsc2022 }
# - { platform: linux, arch: arm64 }
# - { platform: windows, arch: amd64, version: 1809 }
# - { platform: windows, arch: amd64, version: ltsc2022 }
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false

View File

@ -65,7 +65,7 @@ clean: ## Remove all build and download artifacts
test: test-server test-client ## Run all tests
test-deps: init-dist
./build/download_docker_compose_binary.sh linux amd64 $(shell jq -r '.dockerCompose' < "./binary-version.json")
./build/download_docker_compose_binary.sh $(PLATFORM) $(ARCH) $(shell jq -r '.dockerCompose' < "./binary-version.json")
test-client: ## Run client tests
yarn test $(ARGS)