Skip to content

Commit

Permalink
Adding S3 repository
Browse files Browse the repository at this point in the history
  • Loading branch information
kallioli committed May 6, 2024
1 parent 1b58715 commit 0473978
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
run: |
sudo qemu-img convert -f raw -O qcow2 -c -S 4k final.raw freebsd-${{ env.REF_NAME }}-amd64.qcow2
sudo md5sum freebsd-${{ env.REF_NAME }}-amd64.qcow2 > md5.txt
sudo sha1sum -b freebsd-${{ env.REF_NAME }}-amd64.qcow2 > md5.txt
sudo sha256sum -b freebsd-${{ env.REF_NAME }}-amd64.qcow2 > md5.txt
- name: Uploading image in object storage
run: |
Expand Down

0 comments on commit 0473978

Please sign in to comment.