Skip to content

Migrate make to ICX/ICPX for Windows #2588

Migrate make to ICX/ICPX for Windows

Migrate make to ICX/ICPX for Windows #2588

name: docker-validation CI
on:
pull_request:
branches:
- main
push:
branches:
- main
permissions:
contents: read
jobs:
validate:
name: Docker validation
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Build docker image
run: docker build . --file dev/docker/onedal-dev.Dockerfile --tag onedal-dev:latest