Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
iustin24 committed Sep 13, 2022
2 parents 84ed7dd + 84493b5 commit 6205c23
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3,678 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,14 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
type: [ubuntu-x64, ubuntu-x86, armv7, aarch64]
type: [ubuntu-x64, aarch64]
include:
- type: ubuntu-x64
os: ubuntu-latest
target: x86_64-unknown-linux-musl
name: x86_64-linux-chameleon
path: target/x86_64-unknown-linux-musl/release/chameleon
pkg_config_path: /usr/lib/x86_64-linux-gnu/pkgconfig
- type: ubuntu-x86
os: ubuntu-latest
target: i686-unknown-linux-musl
name: x86-linux-chameleon
path: target/i686-unknown-linux-musl/release/chameleon
pkg_config_path: /usr/lib/i686-linux-gnu/pkgconfig
- type: armv7
os: ubuntu-latest
target: armv7-unknown-linux-gnueabihf
name: armv7-chameleon
path: target/armv7-unknown-linux-gnueabihf/release/chameleon
pkg_config_path: /usr/lib/x86_64-linux-gnu/pkgconfig
- type: aarch64
os: ubuntu-latest
target: aarch64-unknown-linux-gnu
Expand Down
Loading

0 comments on commit 6205c23

Please sign in to comment.