Skip to content

Commit

Permalink
MWE docker manual
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Jul 7, 2022
1 parent 3db176c commit ef11676
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/docker-manual.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: MWE docker manual

on:
push:
pull_request:

jobs:


Custom:
container: ubuntu:bionic
runs-on:
- self-hosted
- Linux
- X64

env:
MAX_CORES: 80
GHA_EXTERNAL_DISK: "tools"
GHA_SA: "gh-sa-f4pga-arch-defs-ci"

steps:

- run: docker pull debian:bullseye-slim


Default:
runs-on: ubuntu-latest

steps:

- run: docker pull debian:bullseye-slim

0 comments on commit ef11676

Please sign in to comment.