Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

feat: sync binaries from dist.ipfs.io #11

Merged
merged 3 commits into from
Dec 6, 2021
Merged

Conversation

lidel
Copy link
Member

@lidel lidel commented Dec 1, 2021

This PR adds a daily check that will fetch prebuilt artifacts from https://dist.ipfs.io/#libp2p-relay-daemon
This is important because macOS binaries need to be signed and notarized, and we do that at dist.ipfs.io

It reuses work from ipfs/kubo#8494 and you can see its result in https://github.com/libp2p/go-libp2p-relay-daemon/releases/tag/v0.1.0 where it attached binaries (including signed darwin ones).

I'd like to merge this as-is, but filled ipfs/distributions#503 to turn this into proper reusable action.

@lidel lidel marked this pull request as ready for review December 1, 2021 12:29
@lidel lidel changed the title feat: attach binaries from dist.ipfs.io feat: sync binaries from dist.ipfs.io Dec 1, 2021
- name: Setup go
uses: actions/setup-go@v2
with:
go-version: '1.16'
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we use 1.17 here?

Copy link
Member Author

Choose a reason for hiding this comment

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

Afaik go-ipfs does not use 1.17, so no (we use this nly for getting latest go-ipfs)

@lidel lidel merged commit 458caba into master Dec 6, 2021
@lidel lidel deleted the feat/sync-signed-binaries branch December 6, 2021 18:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants