Skip to content

Commit ed33ede

Browse files
committed
fix: ci: build-packages
1 parent bf3d1a5 commit ed33ede

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

.github/workflows/build-PKGBUILDs-aarch64.yml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ jobs:
110110
name: Create Repository
111111
runs-on: ubuntu-22.04-arm
112112
needs: build-packages
113+
container: danhunsaker/archlinuxarm
113114
steps:
114115
- name: Download all artifacts
115116
uses: actions/download-artifact@v4
@@ -119,6 +120,7 @@ jobs:
119120
- name: Setup repository directory
120121
run: |
121122
mkdir -p ${{ env.REPO_DIR }}
123+
pacman -Syyu --noconfirm --ask=4 arch-install-scripts cloud-guest-utils sudo binutils fakeroot base-devel git bc distcc ccache libqmi protobuf-c glib2
122124
find ${{ env.BUILD_DIR }} -name '*.pkg.tar.*' -exec cp {} ${{ env.REPO_DIR }} \;
123125
find ${{ env.BUILD_DIR }} -name '*.sig' -exec cp {} ${{ env.REPO_DIR }} \;
124126
@@ -135,9 +137,14 @@ jobs:
135137
name: ${{ env.REPO_NAME }}
136138
path: ${{ env.REPO_DIR }}/*
137139

138-
# - name: Deploy to GitHub Pages
139-
# if: github.ref == 'refs/heads/main'
140-
# uses: peaceiris/actions-gh-pages@v3
140+
# - name: create release
141+
# uses: softprops/action-gh-release@v2
142+
# env:
143+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
141144
# with:
142-
# github_token: ${{ secrets.GITHUB_TOKEN }}
143-
# publish_dir: ${{ env.REPO_DIR }}
145+
# body: ${{ env.RELEASE }}
146+
# tag_name: ${{ env.RELEASE }}
147+
# draft: false
148+
# prerelease: false
149+
# files: |
150+
# ${{ env.REPO_DIR }}

0 commit comments

Comments
 (0)