Skip to content

Commit

Permalink
Add new WF to test brew on ubuntu
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Jan 13, 2025
1 parent 31f6e52 commit 07ea355
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
29 changes: 29 additions & 0 deletions .github/workflows/podman/podman-ubuntu.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: macos-runner-podman

on:
workflow_dispatch:
push:
branches:
- main

jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master

- name: Install podman
run: |
brew install podman
podman -v
#podman machine init
#podman machine start --log-level debug
#
#podman machine ssh "cat /etc/redhat-release"
#
#podman run -it -p 8888:8888 nginxdemos/nginx-hello:plain-text

0 comments on commit 07ea355

Please sign in to comment.