Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
Change ostreeImage feature type to platform
Browse files Browse the repository at this point in the history
Also fix paths in github workflow
  • Loading branch information
fwilhe committed Oct 17, 2023
1 parent 2669e62 commit fc025d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ostree-${{ matrix.arch }}-trixie-image
path: debian/.build/ostreeImage-${{ matrix.arch }}-trixie*.ostreeImage.tar.gz
path: debian/.build/*ostreeImage-${{ matrix.arch }}-trixie-*.ostree.raw
retention-days: 2

gardenlinux-image:
Expand All @@ -36,11 +36,11 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Build the image
run: ./build ${{ matrix.platform }}_dev_curl-ostreeImage-${{ matrix.arch }}
run: ./build ostreeImage-${{ matrix.arch }}
working-directory: ./gardenlinux
- name: Upload ${{ matrix.arch }} image
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.platform }}_dev_curl-ostreeImage-${{ matrix.arch }}
path: gardenlinux/.build/${{ matrix.platform }}*ostreeImage-${{ matrix.arch }}*.ostreeImage.tar.gz
name: ostreeImage-${{ matrix.arch }}
path: gardenlinux/.build/*ostreeImage-${{ matrix.arch }}-today-*.ostree.raw
retention-days: 2
2 changes: 1 addition & 1 deletion gardenlinux/features/ostreeImage/info.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
description: 'image-based system using OSTree'
type: element
type: platform

0 comments on commit fc025d1

Please sign in to comment.