tests/build.sh: use gzip instead of xz

So we're consistent with the release target
This commit is contained in:
Austin English 2021-03-28 23:16:28 -05:00
parent 4e6812b731
commit 21e70eb3b5
3 changed files with 5 additions and 5 deletions

View File

@ -22,5 +22,5 @@ jobs:
- name: publish image
uses: actions/upload-artifact@v2
with:
name: CrawfishOS-arm64-git-${{ steps.extract_branch.outputs.branch }}-${{ github.sha }}.img.xz
path: CrawfishOS-arm64-git-${{ steps.extract_branch.outputs.branch }}-${{ github.sha }}.img.xz
name: CrawfishOS-arm64-git-${{ steps.extract_branch.outputs.branch }}-${{ github.sha }}.img.gz
path: CrawfishOS-arm64-git-${{ steps.extract_branch.outputs.branch }}-${{ github.sha }}.img.gz

View File

@ -22,5 +22,5 @@ jobs:
- name: publish image
uses: actions/upload-artifact@v2
with:
name: CrawfishOS-armhf-git-${{ steps.extract_branch.outputs.branch }}-${{ github.sha }}.img.xz
path: CrawfishOS-armhf-git-${{ steps.extract_branch.outputs.branch }}-${{ github.sha }}.img.xz
name: CrawfishOS-armhf-git-${{ steps.extract_branch.outputs.branch }}-${{ github.sha }}.img.gz
path: CrawfishOS-armhf-git-${{ steps.extract_branch.outputs.branch }}-${{ github.sha }}.img.gz

View File

@ -53,7 +53,7 @@ make install_dependencies_yes TARGET=$TEST_TARGET
# A) that would be an additional package to install,
# B) github actions would then nest THAT zip inside a second zip, see https://github.com/actions/upload-artifact/issues/39
# when ^ is fixed, revisit
xz -1 ${IMG}
gzip -1 ${IMG}
;;
kernel)
make kernel TARGET=$TEST_TARGET