Skip to content

Commit

Permalink
test60
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Hemminger <[email protected]>
  • Loading branch information
Stromweld committed Apr 6, 2024
1 parent a16f40f commit 2915a7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/2pkr-bld-virtualbox-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ jobs:
gem install bento-*.gem
- name: Bento build
run: |
rm -rf builds
sudo mkdir -p /mnt/builds/iso
sudo chmod -R 777 /mnt/builds
sudo ln -s /mnt/builds ./
eval "$(chef shell-init bash)"
bento build -o ${{ matrix.provider }}.vm os_pkrvars/$(echo ${{ matrix.os }} | cut -d "-" -f 1)/"${{ matrix.os }}-aarch64.pkrvars.hcl"
ls -alh builds/
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,13 @@ jobs:
# secrets: inherit
#
pkr-bld-qemu-arm64:
uses: ./.github/workflows/2pkr-bld-qemu-arm64.yml
uses: ./.github/workflows/pkr-bld-qemu-arm64.yml
secrets: inherit

2pkr-bld-qemu-arm64:
uses: ./.github/workflows/2pkr-bld-qemu-arm64.yml
secrets: inherit

# pkr-bld-qemu-x64:
# uses: ./.github/workflows/pkr-bld-qemu-x64.yml
# secrets: inherit
Expand Down

0 comments on commit 2915a7d

Please sign in to comment.