deislabs / bindle

Bindle: Object Storage for Collections
Apache License 2.0
263 stars 37 forks source link

fix(release.yaml): add apt-get update in aarch64 build step #360

Closed vdice closed 1 year ago

vdice commented 1 year ago

Fix for error seen recently in the release workflow, eg https://github.com/deislabs/bindle/actions/runs/3679702313/jobs/6224462114

I tested with a fresh/stock Ubuntu 22.04 AMI in AWS. Reproduced the error and it looks like the apt-get update indeed unblocks the apt installs.

thomastaylor312 commented 1 year ago

Oh I missed you had a PR for this when I commented on another issue. This is looking good!