-
Notifications
You must be signed in to change notification settings - Fork 58
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
ci: Install self-hosted requirements & run on dirty environment #351
Conversation
@@ -5,7 +5,7 @@ set -ue | |||
# Copyright (c) Granulate. All rights reserved. | |||
# Licensed under the AGPL3 License. See LICENSE.md in the project root for license information. | |||
# | |||
# Used in CI and checks that last pushed tag is grater that last existing tag. | |||
# Used in CI and checks that last pushed tag is greater that last existing tag. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This, btw, still doesn't work. But off for another PR
@@ -117,7 +121,7 @@ jobs: | |||
- name: Build gProfiler executable | |||
run: | | |||
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes | |||
docker buildx create --name multiarch --driver docker-container --use | |||
docker buildx create --name multiarch --driver docker-container --use --node multiarch0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is multiarch0
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default "node name" it uses for the buildx builder with --name multiarch
2 types of fixes:
Those all I fixed manually when I released 1.2.22, making sure that it works fine next release.