We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ac3ae commit 9a79673Copy full SHA for 9a79673
.github/workflows/anchor-build-and-release.yml
@@ -20,8 +20,8 @@ jobs:
20
fail-fast: false
21
matrix:
22
suite: [ jammy ]
23
- variant: [ raw ]
24
- architecture: [ armhf, arm64 ] #, amd64 ]
+ variant: [ gnome ]
+ architecture: [ amd64, arm64 ] #, amd64 ]
25
26
steps:
27
- uses: actions/checkout@v3
@@ -34,11 +34,6 @@ jobs:
34
sudo apt-get update
35
sudo apt-get install git build-essential binfmt-support qemu-user-static debootstrap -y
36
37
- - name: 📥 Download Submodules
38
- run: |
39
- git submodule init
40
- git submodule update
41
-
42
- name: 🛠️ Build ${{ matrix.suite }}-${{ matrix.variant }}-${{ matrix.architecture }}
43
run: sudo bash build.sh -s ${{ matrix.suite }} -v ${{ matrix.variant }} -a ${{ matrix.architecture }}
44
0 commit comments