Skip to content

Commit

Permalink
testing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rezasaadat1 committed Oct 20, 2024
1 parent 3d615fe commit 78d1aeb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/devcontainer_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- armhf
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
- run: ls -al
- uses: actions/checkout@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand All @@ -26,7 +26,8 @@ jobs:
- name: Run Dev Container
uses: devcontainers/ci@v0.3
with:
imageName: ghcr.io/${{ github.repository_owner }}/cross_compile
imageName: ghcr.io/${{ github.repository_owner }}/armhf_cross_compile/devcontainer
cacheFrom: ghcr.io/${{ github.repository_owner }}/armhf_cross_compile/devcontainer
runCmd: |
if [ "${{ matrix.platform }}" == "arm64" ]; then
export CROSS_ARCH=${{ matrix.platform }}
Expand Down

0 comments on commit 78d1aeb

Please sign in to comment.