Skip to content

Commit

Permalink
Add clang and gcc Docker images to Docker build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRStevens committed Nov 11, 2024
1 parent c9a1184 commit 4dfe232
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/buildDockerBuildEnv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
matrix:
platform:
- 'arch'
- 'clang'
- 'gcc'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4dfe232

Please sign in to comment.