Skip to content

CI: Build also arm64 debian packages#2094

Open
orgads wants to merge 1 commit intosipwise:masterfrom
audiocodes:deb-arm64
Open

CI: Build also arm64 debian packages#2094
orgads wants to merge 1 commit intosipwise:masterfrom
audiocodes:deb-arm64

Conversation

@orgads
Copy link
Copy Markdown
Contributor

@orgads orgads commented Apr 10, 2026

No description provided.

Comment on lines +68 to +75
- name: Archive arm64 build result
if: matrix.os == 'ubuntu-24.04-arm'
uses: actions/upload-artifact@v6
with:
name: packages-${{ matrix.dist }}
if-no-files-found: error
retention-days: 14
path: debian/artifacts/*_arm64.deb
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a bit ugly, but required to prevent duplicate file errors. Feel free to suggest an alternative.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually the duplicate name was for name prop. I renamed it for arm. So it might be possible to use a single step with matrix.os appended to name, but I'm not sure it's worth it. It will also store unneeded artifacts.

orgads added a commit to audiocodes/docker-rtpengine that referenced this pull request Apr 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant