Skip to content

Commit

Permalink
Add current archs
Browse files Browse the repository at this point in the history
  • Loading branch information
singiamtel committed Oct 11, 2024
1 parent 3c53646 commit b4012d8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-any-ib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ name: Build any IB
description: Architecture to build the package for
default: 'latest'

Check failure on line 19 in .github/workflows/build-any-ib.yml

View workflow job for this annotation

GitHub Actions / actionlint

default value "latest" of "architecture" input is not included in its options "\"slc9_x86-64\", \"slc8_x86-64\", \"slc7_x86-64\", \"slc6_x86-64\", \"ubuntu2004_x86-64\", \"ubuntu2204_x86-64\", \"osx_x86-64\", \"slc7_aarch64\"" ``` default: 'latest' ^~~~~~~~ ```

Check failure on line 19 in .github/workflows/build-any-ib.yml

View workflow job for this annotation

GitHub Actions / actionlint

default value "latest" of "architecture" input is not included in its options "\"slc9_x86-64\", \"slc8_x86-64\", \"slc7_x86-64\", \"slc6_x86-64\", \"ubuntu2004_x86-64\", \"ubuntu2204_x86-64\", \"osx_x86-64\", \"slc7_aarch64\"" ``` default: 'latest' ^~~~~~~~ ```

Check failure on line 19 in .github/workflows/build-any-ib.yml

View workflow job for this annotation

GitHub Actions / actionlint

default value "latest" of "architecture" input is not included in its options "\"slc9_x86-64\", \"slc8_x86-64\", \"slc7_x86-64\", \"slc6_x86-64\", \"ubuntu2004_x86-64\", \"ubuntu2204_x86-64\", \"osx_x86-64\", \"slc7_aarch64\"" ``` default: 'latest' ^~~~~~~~ ```
options:
- "slc9_x86-64"
- "slc8_x86-64"
- "slc7_x86-64"
- "slc6_x86-64"
- "ubuntu2004_x86-64"
- "ubuntu2204_x86-64"
- "osx_x86-64"
- "slc7_aarch64"

permissions: {}

Expand Down

0 comments on commit b4012d8

Please sign in to comment.