Skip to content

Commit

Permalink
chore: make arch configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 committed Nov 1, 2024
1 parent 4315b1c commit 9363d9f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/_build-iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ on:
r2-bucket:
required: false
type: string
arch:
required: false
type: string
default: x86_64

jobs:
build:
Expand Down Expand Up @@ -90,7 +94,7 @@ jobs:
uses: jasonn3/build-container-installer@a1ce6da2d6c1af0561bec053366d0f3aa7e38743 # v1.2.3
id: build-iso
with:
arch: x86_64
arch: ${{ inputs.arch }}
image_name: ${{ inputs.image-name }}
image_repo: ${{ inputs.image-registry }}
image_tag: ${{ inputs.image-tag }}
Expand Down

0 comments on commit 9363d9f

Please sign in to comment.