Skip to content

Commit

Permalink
gitac: bash buildx.sh #compile
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Dec 3, 2024
1 parent 9f66c35 commit 08edc19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image-x11-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
# #
# # bash buildx.sh builder
# # bash buildx.sh gtk224 #builder-gtk224
# bash buildx.sh #compile
bash buildx.sh #compile
# #############################
echo rootfs; cd ../rootfs;
bash buildx.sh rootfs
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
- name: create github release
id: new_release
uses: softprops/action-gh-release@v2 #v2.0.8
# if: startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/')
with:
name: latest
tag_name: v24.12
Expand Down

0 comments on commit 08edc19

Please sign in to comment.