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

Commit

Permalink
Specific arch for packaging artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
niusmallnan committed Apr 2, 2019
1 parent ddd0669 commit 0197438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/package
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ popd

mkdir -p dist/artifacts
pushd dist/main/
tar czf ../artifacts/kernel.tar.gz .
tar czf ../artifacts/kernel_${ARCH}.tar.gz .
popd

pushd dist/modules-extra
tar czf ../artifacts/kernel-extra.tar.gz .
tar czf ../artifacts/kernel-extra_${ARCH}.tar.gz .
popd

0 comments on commit 0197438

Please sign in to comment.