Compare commits

..

2 Commits

Author SHA1 Message Date
ca44f44720 Merge pull request 'feat: change to runnerdnd' (#5) from neoloc/runnerdnd into master
All checks were successful
Deploy / build (push) Successful in 39s
Reviewed-on: https://git.query.consul/unkin/rpmbuilder/pulls/5
2024-12-01 13:17:05 +11:00
bae6e4a8e0 feat: change to runnerdnd
All checks were successful
Build / build (pull_request) Successful in 26s
- remove some steps and improve the workflow
2024-12-01 13:07:53 +11:00
2 changed files with 2 additions and 16 deletions

View File

@ -7,17 +7,10 @@ jobs:
build: build:
runs-on: almalinux-8 runs-on: almalinux-8
container: container:
image: git.query.consul/unkin/almalinux8:latest image: git.query.consul/unkin/almalinux8-runnerdnd:latest
options: --privileged options: --privileged
steps: steps:
- name: Set up environment
run: |
dnf install -y yum-utils
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
dnf module enable -y nodejs:20
dnf install -y docker-ce-cli make bash git nodejs
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 uses: actions/checkout@v3

View File

@ -9,17 +9,10 @@ jobs:
build: build:
runs-on: almalinux-8 runs-on: almalinux-8
container: container:
image: git.query.consul/unkin/almalinux8:latest image: git.query.consul/unkin/almalinux8-runnerdnd:latest
options: --privileged options: --privileged
steps: steps:
- name: Set up environment
run: |
dnf install -y yum-utils
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
dnf module enable -y nodejs:20
dnf install -y docker-ce-cli make bash git nodejs
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 uses: actions/checkout@v3