Riku Voipio | 9e35a3a | 2021-10-13 15:45:17 +0300 | [diff] [blame] | 1 | #!/bin/bash |
2 | |||||
3 | rm -rf mbedtls-amis | ||||
Arthur She | 9807f37 | 2021-12-07 15:06:46 -0800 | [diff] [blame] | 4 | git clone https://git.trustedfirmware.org/next/ci/mbedtls-amis.git |
Riku Voipio | 9e35a3a | 2021-10-13 15:45:17 +0300 | [diff] [blame] | 5 | cd mbedtls-amis |
6 | |||||
7 | packer build packer_config.json | ||||
8 |