Skip to content

Commit

Permalink
Added CentOS 7 package building workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
okynos committed Dec 28, 2022
1 parent 68b497c commit ee30b76
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/pkg-build-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Pkg build
on: [push]
jobs:
Pkg-build-ubuntu:
Pkg-build-ubuntu20:
runs-on: ubuntu-20.04
steps:
- name: Check out repository code, branch='${{ github.ref }}'
Expand Down Expand Up @@ -37,4 +37,12 @@ jobs:
- name: Check out code
uses: actions/checkout@v2
- name: Ubuntu 16.04 - package build
run: sudo docker run okynos/fim-builder:xenial ${{ github.ref_name }}
run: sudo docker run okynos/fim-builder:xenial ${{ github.ref_name }}

Pkg-build-centos7:
runs-on: [self-hosted, ubuntu18]
steps:
- name: Check out code
uses: actions/checkout@v2
- name: CentOS 7 - package build
run: sudo docker run okynos/fim-builder:centos7 ${{ github.ref_name }}

0 comments on commit ee30b76

Please sign in to comment.