Skip to content

Commit e06eb54

Browse files
workflows(anchor): only amd64 for faster builds
1 parent 225afbf commit e06eb54

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
matrix:
2222
suite: [ jammy ]
2323
variant: [ gnome ]
24-
architecture: [ amd64, arm64 ] #, amd64 ]
25-
24+
architecture: [ amd64 ] # only amd64 for fast builds
2625
steps:
2726
- uses: actions/checkout@v3
2827
with:

0 commit comments

Comments
 (0)