Skip to content

Commit 9a79673

Browse files
workflows(anchor): build amd64 instead of armhf for better speed in testing
1 parent 82ac3ae commit 9a79673

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/anchor-build-and-release.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
suite: [ jammy ]
23-
variant: [ raw ]
24-
architecture: [ armhf, arm64 ] #, amd64 ]
23+
variant: [ gnome ]
24+
architecture: [ amd64, arm64 ] #, amd64 ]
2525

2626
steps:
2727
- uses: actions/checkout@v3
@@ -34,11 +34,6 @@ jobs:
3434
sudo apt-get update
3535
sudo apt-get install git build-essential binfmt-support qemu-user-static debootstrap -y
3636
37-
- name: 📥 Download Submodules
38-
run: |
39-
git submodule init
40-
git submodule update
41-
4237
- name: 🛠️ Build ${{ matrix.suite }}-${{ matrix.variant }}-${{ matrix.architecture }}
4338
run: sudo bash build.sh -s ${{ matrix.suite }} -v ${{ matrix.variant }} -a ${{ matrix.architecture }}
4439

0 commit comments

Comments
 (0)