Skip to content

Commit 3d49122

Browse files
committed
Add env variable for AiO volume for IPA image build
1 parent e1bce3b commit 3d49122

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ipa-image-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
aio_vm_network = "${{ vars.HOST_IMAGE_BUILD_NETWORK }}"
119119
aio_vm_subnet = "${{ vars.HOST_IMAGE_BUILD_SUBNET }}"
120120
aio_vm_interface = "ens3"
121-
aio_vm_volume_size = 100
121+
aio_vm_volume_size = "${{ vars.HOST_IMAGE_BUILD_VOLUME }}"
122122
EOF
123123
working-directory: ${{ github.workspace }}/src/kayobe-config/terraform/aio
124124

@@ -207,7 +207,7 @@ jobs:
207207
source venvs/kayobe/bin/activate &&
208208
source src/kayobe-config/kayobe-env --environment ci-builder &&
209209
kayobe seed host command run \
210-
--command "sudo apt update && sudo apt -y install gcc git libffi-dev python3-dev python-is-python3 python3-venv" --show-output
210+
--command "sudo apt update && sudo apt -y install gcc git libffi-dev python3-dev python-is-python3 python3-venv btrfs-tools" --show-output
211211
env:
212212
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
213213

0 commit comments

Comments
 (0)