Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

re-actors/github-action-build-rpm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

github-action-build-rpm

This repository is only an example on how to use the mock-rpmbuilder Docker container into the GitHub Actions System.

The simple workflow described here is:

Workflow

workflow "Build Repo RPM" {
  on = "push"
  resolves = ["Build RPM"]
}

action "Build RPM" {
  uses = "mmornati/docker-mock-rpmbuilder@master"
  env = {
    SPEC_FILE = "git.spec"
    SOURCES = "git-2.3.0.tar.gz"
    MOCK_CONFIG = "epel-6-i386"
  }
}

All the information about the env variables you can use for the mock-rpmbuilder are directly avaible on the project repository

About

Sample: build RPM using GitHub Actions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 100.0%