mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
fix(ci): use correct task names for cross-compilation
- common:setup:docker instead of setup:docker - darwin:build, linux:build, windows:build instead of build:darwin, etc. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
72fcf2fa1c
commit
4af09b43a8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cross-compile-test-v3.yml
vendored
4
.github/workflows/cross-compile-test-v3.yml
vendored
|
|
@ -94,13 +94,13 @@ jobs:
|
|||
|
||||
- name: Setup Docker cross-compile image
|
||||
working-directory: test-cross-compile/crosstest
|
||||
run: task setup:docker
|
||||
run: task common:setup:docker
|
||||
|
||||
- name: Cross-compile for ${{ matrix.target_os }}/${{ matrix.target_arch }}
|
||||
working-directory: test-cross-compile/crosstest
|
||||
run: |
|
||||
echo "Cross-compiling for ${{ matrix.target_os }}/${{ matrix.target_arch }}..."
|
||||
task build:${{ matrix.target_os }} ARCH=${{ matrix.target_arch }}
|
||||
task ${{ matrix.target_os }}:build ARCH=${{ matrix.target_arch }}
|
||||
echo "Cross-compilation successful!"
|
||||
ls -la bin/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue