Skip to content

Commit ef11676

Browse files
committed
MWE docker manual
1 parent 3db176c commit ef11676

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: MWE docker manual
2+
3+
on:
4+
push:
5+
pull_request:
6+
7+
jobs:
8+
9+
10+
Custom:
11+
container: ubuntu:bionic
12+
runs-on:
13+
- self-hosted
14+
- Linux
15+
- X64
16+
17+
env:
18+
MAX_CORES: 80
19+
GHA_EXTERNAL_DISK: "tools"
20+
GHA_SA: "gh-sa-f4pga-arch-defs-ci"
21+
22+
steps:
23+
24+
- run: docker pull debian:bullseye-slim
25+
26+
27+
Default:
28+
runs-on: ubuntu-latest
29+
30+
steps:
31+
32+
- run: docker pull debian:bullseye-slim

0 commit comments

Comments
 (0)