Skip to content

Commit 140fe74

Browse files
committed
Fix build issues
Signed-off-by: Friedrich Gonzalez <1517449+friedrichg@users.noreply.github.com>
1 parent 6f396b5 commit 140fe74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ jobs:
322322
- name: Build Binaries
323323
run: make dist
324324
- name: Build Packages
325-
run: make packages
325+
run: make TTY='' ARCHS=amd64 packages
326326
- name: Upload Packages
327327
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
328328
with:

0 commit comments

Comments
 (0)