ci(fix): docker image builds for arm64 and bump 3rd-party versions #853
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Launchpad v2 CI | |
'on': | |
pull_request: | |
types: | |
- opened | |
- reopened | |
- synchronize | |
env: | |
CARGO_HTTP_MULTIPLEXING: false | |
CARGO_TERM_COLOR: always | |
PROTOC: protoc | |
jobs: | |
check-debug: | |
uses: | |
./.github/workflows/reusable-ci-jobs.yml | |
with: | |
lints: true | |
toolchain: "stable" | |
build-tari: true | |
build-launchpad-fe: true | |
check-ffi: false | |
build-collectibles: false | |
build-explorer: false | |
licenses: | |
uses: | |
./.github/workflows/reusable-licenses.yml |