Skip to content

Commit 946dc3c

Browse files
committed
let's try without ARCHS
Signed-off-by: Friedrich Gonzalez <1517449+friedrichg@users.noreply.github.com>
1 parent b0563e6 commit 946dc3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/distribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Build Packages
5757
run: |
5858
touch dist/.uptodate
59-
make TTY='' ARCHS=amd64 packages
59+
make TTY='' packages
6060
- name: Upload Packages
6161
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
6262
with:

0 commit comments

Comments
 (0)