Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
andreriesco committed Jul 11, 2024
1 parent bd8b0a3 commit 2538b41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-ccpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ jobs:
- folder: cppQML
container: cpp-qml
arch: arm64
torizon_arch: aarch64

- folder: cppSlint
container: cpp-slint
arch: arm64
torizon_arch: aarch64


steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- folder: python3Console
container: python3-console
arch: arm64
torizon_arch: aarch64


steps:
Expand All @@ -28,6 +29,7 @@ jobs:
PROJECT_CONTAINER: ${{ matrix.project.container }}
PROJECT_ARCH: ${{ matrix.project.arch }}
DOCKER_LOGIN: localhost:5002
"config:torizon_arch": ${{ matrix.project.torizon_arch }}

run: |
docker run --rm --privileged torizon/binfmt
Expand Down

0 comments on commit 2538b41

Please sign in to comment.