@@ -11,12 +11,21 @@ jobs:
|
||||
build:
|
||||
# Use whatever normal runner label your Gitea instance provides.
|
||||
# Common examples are: ubuntu-latest, linux, docker, or native.
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: rhel10
|
||||
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Release
|
||||
run: cat /etc/*release
|
||||
|
||||
- name: Search for podman
|
||||
run: dnf search podman
|
||||
|
||||
- name: Look for podman
|
||||
run: dnf info podman
|
||||
|
||||
- name: Download build image
|
||||
run: |
|
||||
curl -L \
|
||||
|
||||
Reference in New Issue
Block a user