Skip to content

Commit

Permalink
Add action to verify devcontainer base
Browse files Browse the repository at this point in the history
  • Loading branch information
gbraad authored Dec 25, 2024
1 parent 333eef0 commit cab5c9c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/verify-devcontainer-base.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Verify make cross in devcontainer base
on:
workflow_dispatch:
jobs:
publish_release:
runs-on: ubuntu-24.04
steps:
- name: Run `make cross` against devcontainer base
run: |
podman build -t devcontainer -f .devcontainer/Containerfile .
podman run devcontainer \
sh -c "git clone https://github.com/crc-org/crc --depth 1 && cd crc && make cross"

0 comments on commit cab5c9c

Please sign in to comment.