-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Actually try a series22 build Fix sintax No sudo? install snapd install snapd and update Start the snapd service Another action Another action 2 Another action 2 Another action 2 Matrix and correct path for snaps Core16 needs cgroup1 Set all values for all includes Set all values for all includes Update python core16 sad :( Update python core16 sad :( Update python core16 sad :( Update python core16 sad :( Update python core16 sad :( Remove new syntax Remove new syntax Remove new syntax Remove new syntax sadf
- Loading branch information
Showing
2 changed files
with
52 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
on: [push, pull_request] | ||
|
||
jobs: | ||
build_job: | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
include: | ||
# series: "series24" | ||
- series: "series22" | ||
runner_os: "ubuntu-22.04" | ||
- series: "series20" | ||
runner_os: "ubuntu-22.04" | ||
- series: "series18" | ||
runner_os: "ubuntu-22.04" | ||
- series: "series16" | ||
runner_os: "ubuntu-20.04" | ||
runs-on: ${{ matrix.runner_os }} | ||
name: "Build: ${{ matrix.series }}" | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
- name: Prepare the repo | ||
run: | | ||
cd checkbox-core-snap/ | ||
./prepare.sh ${{ matrix.series }} | ||
- uses: docker/setup-qemu-action@v1 | ||
- uses: diddlesnaps/snapcraft-multiarch-action@v1 | ||
with: | ||
architecture: armhf | ||
snapcraft-channel: "stable" | ||
path: "checkbox-core-snap/${{matrix.series}}" | ||
- uses: actions/upload-artifact@v4 | ||
with: | ||
path: "checkbox-core-snap/${{matrix.series}}/*.snap" | ||
name: checkbox_runtime_${{matrix.series}}.snap |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters