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

TEST: Feature/multi arch building pipeline #556

Open
wants to merge 52 commits into
base: main
Choose a base branch
from

Conversation

Maleware
Copy link
Contributor

Description

Please add a description here. This will become the commit message of the merge request later.

Definition of Done Checklist

  • Not all of these items are applicable to all PRs, the author should update this template to only leave the boxes in that are relevant
  • Please make sure all these things are done and tick the boxes

Author

Preview Give feedback

Reviewer

Preview Give feedback

Acceptance

Preview Give feedback

runs-on: ubuntu-latest
strategy:
matrix:
runner: ["ubuntu-latest", "buildjet-2vcpu-ubuntu-2204-arm"]
Copy link
Member

Choose a reason for hiding this comment

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

@@ -144,15 +171,15 @@ clean: chart-clean
regenerate-charts: chart-clean compile-chart

regenerate-nix:
nix run -f . regenerateNixLockfiles
nix run --extra-experimental-features nix-command --extra-experimental-features flakes -f . regenerateNixLockfiles
Copy link
Member

Choose a reason for hiding this comment

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

FYI you can set it for your machine with

$ cat /etc/nix/nix.conf
experimental-features = nix-command

@sbernauer sbernauer marked this pull request as ready for review May 7, 2024 14:14
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.

2 participants