Skip to content

Add python wheel package to i386 image #7

Add python wheel package to i386 image

Add python wheel package to i386 image #7

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file centos7/Dockerfile.i386 --tag raffenet/jenkins:i386-centos7 && docker pull raffenet/jenkins:i386-centos7