Skip to content

Conversation

@jy-wirepas
Copy link
Contributor

@jy-wirepas jy-wirepas commented Nov 26, 2025

To speed up compilation on ARM64 platforms like Apple Silicon Macs, add conditional build for aarch64.

name: Manual push

on:
workflow_dispatch:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is it on purpose that you remove it when renaming the file?

So now for testing something you still need to create a tag v*
It could be confusing with official releases.

Copy link
Contributor Author

@jy-wirepas jy-wirepas Nov 27, 2025

Choose a reason for hiding this comment

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

Nope. That was not supposed to happen. Fixed now.


# Publish 'v1.2.3' tags as same tag and latest release as 'latest'
tags:
- v*
Copy link
Collaborator

Choose a reason for hiding this comment

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

If we trig on same pattern as other job we will publish two times when tagging repo.

Copy link
Contributor Author

@jy-wirepas jy-wirepas Nov 27, 2025

Choose a reason for hiding this comment

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

Whoops. That wasn't supposed to be there. It broke when I renamed the file to be more descriptive.

@jy-wirepas jy-wirepas force-pushed the feature/aarch64_support branch 2 times, most recently from c4e44e9 to d50c22c Compare November 27, 2025 12:44
@JanneSiren JanneSiren self-requested a review November 28, 2025 06:36
@jy-wirepas jy-wirepas changed the title Add support for ARM64, compiledb Add support for ARM64 Dec 2, 2025
To speed up compilation on ARM64 platforms like Apple Silicon Macs, add
conditional build for aarch64.
@jy-wirepas jy-wirepas force-pushed the feature/aarch64_support branch from d50c22c to 4bdcf8d Compare December 2, 2025 12:39
@jy-wirepas jy-wirepas merged commit 0cc35e1 into master Dec 11, 2025
1 check passed
@jy-wirepas jy-wirepas deleted the feature/aarch64_support branch December 11, 2025 12:16
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.

4 participants