Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update build-release.yml #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

aliking
Copy link

@aliking aliking commented Aug 15, 2024

Adds back in the mac arm build. @warren-animoto I'm hoping this will be as simple as this, I just re-instated this value that you removed a couple of commits ago.

add back in the mac arm build
@aliking aliking requested a review from warren-animoto August 15, 2024 20:46
@@ -26,6 +26,8 @@ jobs:
include:
- os: macos-12
platform: 'darwin-x64'
- os: macos-12

Choose a reason for hiding this comment

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

I think you'll probably need to add this platform back into the list here:

for flavour in linux-x64 linuxmusl-x64 linux-armv6 linux-armv7 linux-arm64v8 linuxmusl-arm64v8 linux-s390x; do

Choose a reason for hiding this comment

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

Oh wait, that's just the linux ones, so never mind...

Copy link

@warren-animoto warren-animoto left a comment

Choose a reason for hiding this comment

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

Makes sense. We'll have to make a new release in this repo so that mediamoto can pull it down by release/tag name (currently 8.15.2).

We should probably do some mediamoto testing (with HEIC and other files) before we push up the updated install_custom_libvips.sh file in that repo because we'll be grabbing this new sharp version in production as well as locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants