Use new build setup

This commit is contained in:
2026-06-20 01:09:08 -05:00
parent a72ab256f2
commit 1c3fda37f5

View File

@@ -18,4 +18,4 @@ curl --user tesses50:$PACKAGE_AND_BREW \
popd
popd
mkdir -p artifacts
tar --owner=1000 --group=1000 czf artifacts/crosslang-$VERSION\-powerpc.tar.gz -C /home/build/cl/src/usr . -C /opt/cross/staging/ .
tar czf artifacts/crosslang-$VERSION\-powerpc.tar.gz --owner=1000 --group=1000 -C /home/build/cl/src/usr . -C /opt/cross/staging/ .