Skip to content

Commit

Permalink
add type and rm warning
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
prudhomm committed Feb 7, 2024
1 parent f2b56b7 commit c9130ef
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/feelpp-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,27 @@ on:
description: 'Distribution codename'
required: true
default: 'jammy'
type: string
flavor:
description: 'Flavor of the distribution'
required: true
default: ubuntu
default: 'ubuntu'
type: string
version:
description: 'Version of the distribution'
required: true
default: 22.04
default: '22.04'
type: string
dockerfile:
description: 'Dockerfile to use'
required: false
default: Dockerfile
default: 'Dockerfile'
type: string
platforms:
description: 'Platforms to build'
required: false
default: linux/amd64,linux/arm64
default: 'linux/amd64,linux/arm64'
type: string



Expand Down

0 comments on commit c9130ef

Please sign in to comment.