Skip to content

Commit

Permalink
.github/
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax committed Jun 10, 2024
1 parent 29978d9 commit e0994a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/arm64-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- run: |
df -h
uname -a
jq --version || echo "NO JQ"
docker --version || echo "NO DOCKER"
arm64-base:
permissions:
Expand All @@ -32,3 +34,5 @@ jobs:
- run: |
df -h
uname -a
jq --version || echo "NO JQ"
docker --version || echo "NO DOCKER"

0 comments on commit e0994a6

Please sign in to comment.