Skip to content

Commit

Permalink
push version
Browse files Browse the repository at this point in the history
  • Loading branch information
muink committed Dec 4, 2024
1 parent 01dfb24 commit c21c7b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/AutoBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
contents: write # To push a branch
strategy:
matrix:
version: [23.05.5]
version: [23.05.5, 24.10.0-rc1]
arch_packages: [
x86_64,
aarch64_cortex-a53,
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Move artifact
shell: bash
env:
keepdir: '21.02|22.03'
keepdir: '22.03|23.05'
run: |
if [ "$DELETE_OLD_PACKAGES" == "true" ]; then
find $release_path/* -maxdepth 0 -type d 2>/dev/null | grep -Ev "\b($keepdir)$" | xargs -I{} rm -rf "{}"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Choose one of the following methods:
umask 022
git clone --branch master --single-branch --no-tags --recurse-submodules https://github.com/fantastic-packages/packages.git fantastic_packages
cd fantastic_packages
for v in master 21.02 22.03 23.05; do
for v in master 22.03 23.05 24.10; do
git remote set-branches --add origin $v
git fetch origin $v
git branch --track $v origin/$v
Expand Down

0 comments on commit c21c7b2

Please sign in to comment.