You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments