Skip to content

Add 20gig diagnostic check #13

Add 20gig diagnostic check

Add 20gig diagnostic check #13

Workflow file for this run

name: ue-docker
on: push
jobs:
build:
runs-on: windows-latest-4-cores
steps:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.12.8'
architecture: 'x64'
- name: Install unreal-docker
run: |
pip install ue4-docker
- name: Build Unreal Engine Docker image
run: |
ue4-docker setup
ue4-docker diagnostics 20gig
ue4-docker build -basetag ltsc2022 --visual-studio 2022 --target minimal --exclude debug --exclude templates -isolation=process -username=${{ secrets.DOCKER_USERNAME }} -password=${{ secrets.DOCKER_TOKEN }} 5.5.1