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

chore: update injector make #2915

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

chore: update injector make #2915

wants to merge 4 commits into from

Conversation

AustinAbro321
Copy link
Contributor

Description

This simplifies the makefile by using cross and gets rid of external dependencies on S3 for building the object.

It does also eliminate the ability to create the injector on an arm64 machine. The arm64 binary can still be created through cross on an amd64 machine.

Checklist before merging

Signed-off-by: Austin Abro <[email protected]>
Signed-off-by: Austin Abro <[email protected]>
Signed-off-by: Austin Abro <[email protected]>
Copy link

netlify bot commented Aug 21, 2024

Deploy Preview for zarf-docs canceled.

Name Link
🔨 Latest commit 4f607f1
🔍 Latest deploy log https://app.netlify.com/sites/zarf-docs/deploys/66c64986c3c13c0008721615

@@ -111,9 +111,9 @@ components:
architecture: amd64
files:
# Rust Injector Binary
- source: https://zarf-init.s3.us-east-2.amazonaws.com/injector/###ZARF_PKG_TMPL_INJECTOR_VERSION###/zarf-injector-amd64
- source: ../../src/injector/target/x86_64-unknown-linux-musl/release/zarf-injector
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is just changed for testing, will revert this file before merge

@AustinAbro321 AustinAbro321 changed the title chore: update injector make chore: update injector make Aug 21, 2024
Copy link

codecov bot commented Aug 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Signed-off-by: Austin Abro <[email protected]>
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.

1 participant