Skip to content

Commit

Permalink
cross ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Jan 15, 2024
1 parent 8942eeb commit 5264cf4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cross_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: build deps
run: |
./dockcross-linux-arm64 bash -c './.circleci/ci_cross_generic.template'
./dockcross-linux-arm64 bash -c './.circleci/build-cross-generic-linux'
- name: find output
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_cross_generic.template
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: build deps
run: |
./dockcross-linux-@@ARCH@@ bash -c './.circleci/ci_cross_generic.template'
./dockcross-linux-@@ARCH@@ bash -c './.circleci/build-cross-generic-linux'

- name: find output
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_cross_mips.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: build deps
run: |
./dockcross-linux-mips bash -c './.circleci/ci_cross_generic.template'
./dockcross-linux-mips bash -c './.circleci/build-cross-generic-linux'
- name: find output
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_cross_riscv64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: build deps
run: |
./dockcross-linux-riscv64 bash -c './.circleci/ci_cross_generic.template'
./dockcross-linux-riscv64 bash -c './.circleci/build-cross-generic-linux'
- name: find output
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_cross_s390x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: build deps
run: |
./dockcross-linux-s390x bash -c './.circleci/ci_cross_generic.template'
./dockcross-linux-s390x bash -c './.circleci/build-cross-generic-linux'
- name: find output
run: |
Expand Down

0 comments on commit 5264cf4

Please sign in to comment.