Skip to content

Commit

Permalink
chore(ci): try building with main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmiller authored Mar 29, 2024
1 parent 2b05990 commit 31d1b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Build ISOs
uses: jasonn3/build-container-installer@v1.1.1
uses: jasonn3/build-container-installer@main
id: build
with:
arch: ${{ contains(matrix.image_tag, 'amd64') && 'x86_64' || 'arm64' }}
Expand Down

0 comments on commit 31d1b99

Please sign in to comment.