You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#89 changed how architectures are passed to the GitHub workflows. It seems that #91 was built only on one platform, instead of linux/amd64, linux/arm64 and linux/arm/v7.
For some reason the secrets.BUILD_PLATFORMS does not seem to be set for GitHub Actions?
The text was updated successfully, but these errors were encountered:
You can use and read encrypted secrets in a workflow file if you have access to edit the file.
The user creating the PR, will not have access to edit the file directly. Creating a PR from a branch in the local repository (#90) did work. That branch might have "access to edit the file"?
Yes due to security reason its done, sorry i forgot about it :( do we need to revert back to the PR introduced this one?
Reverting is probably not needed. The builds after merging build all platforms, so that is fine for now.
I'd like some way of configuring it in a single place, so that it is easy to adjust in forks of this repo. Just not sure what/where that configuration should be done.
#89 changed how architectures are passed to the GitHub workflows. It seems that #91 was built only on one platform, instead of linux/amd64, linux/arm64 and linux/arm/v7.
For some reason the
secrets.BUILD_PLATFORMS
does not seem to be set for GitHub Actions?The text was updated successfully, but these errors were encountered: