Skip to content

Commit

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

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:

- uses: docker://debian:bullseye-slim
with:
args: echo 'Hello world!'


Default:
runs-on: ubuntu-latest

steps:

- uses: docker://debian:bullseye-slim
with:
args: echo 'Hello world!'

0 comments on commit 3db176c

Please sign in to comment.