arrow image package derivation

This commit is contained in:
Noah Masur
2024-04-14 08:28:39 -04:00
parent 402d168304
commit 358206f6fb
3 changed files with 21 additions and 20 deletions

View File

@ -65,7 +65,7 @@ jobs:
# Build the image
- name: Build Image
if: inputs.rebuild && inputs.action != 'destroy'
run: nix build .#image.arrow
run: nix build .#arrow
- name: Upload Image to S3
if: inputs.rebuild && inputs.action != 'destroy'