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 55a5914
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build-any-ib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,16 @@ name: Build any IB
architecture:
type: choice
description: Architecture to build the package for
default: 'latest'
default: 'slc9_x86-64'
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 55a5914

Please sign in to comment.