Skip to content

Commit

Permalink
Fixing stuff
Browse files Browse the repository at this point in the history
Signed-off-by: bakhtin <[email protected]>
  • Loading branch information
bakhtin committed Oct 3, 2024
1 parent 2bf3a4c commit 295da6d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,21 @@ jobs:
path: build
key: ${{ runner.os }}-yocto-manifests-build

- name: build
run: |
make azure-image
# - name: build
# run: |
# make azure-image

- name: Install rclone
run: |
curl -fSSL https://downloads.rclone.org/v1.68.1/rclone-v1.68.1-linux-amd64.deb -o rclone.deb
sudo dpkg -i rclone.deb
rm -f rclone.deb
- name: Create test artifact
- name: Create test artifact # TODO: remove
run: |
echo "test artifact" > /artifacts/cvm-image-azure-tdx.rootfs-20241002143710.wic
ln -s /artifacts/cvm-image-azure-tdx.rootfs-20241002143710.wic /artifacts/cvm-image-azure-tdx.rootfs.wic
mkdir -p reproducible-build/artifacts
echo "test artifact" > ./reproducible-build/artifacts/cvm-image-azure-tdx.rootfs-20241002143710.wic
ln -s /artifacts/cvm-image-azure-tdx.rootfs-20241002143710.wic ./reproducible-build/artifacts/cvm-image-azure-tdx.rootfs.wic
- name: Upload build artifacts
env:
Expand Down

0 comments on commit 295da6d

Please sign in to comment.