Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: write artifact basename to configuration in update dependencies (#…
…347) Issue #, if available: Found in #346 *Description of changes:* This change updates update-rootfs.sh and update-deps.sh to write the artifact basename to the ARTIFACT configuration variable. *Testing done:* Locally tested in bash: ``` aarch64_deps="aarch64/lima-and-qemu.macos-aarch64.1719307443.tar.gz" echo "AARCH64_ARTIFACT=$(basename "${aarch64_deps}")" ``` - [x] I've reviewed the guidance in CONTRIBUTING.md #### License Acceptance By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Signed-off-by: Austin Vazquez <[email protected]>
- Loading branch information