Skip to content

Refactor builds and Dockerfiles#98

Merged
christian-stephen merged 2 commits intomainfrom
cs/builds
Dec 20, 2024
Merged

Refactor builds and Dockerfiles#98
christian-stephen merged 2 commits intomainfrom
cs/builds

Conversation

@christian-stephen
Copy link
Copy Markdown
Member

⚙️ Issue


⚙️ Change Description

Acceptance Criteria:


Solution


Testing

  • Created and updated tests where applicable

📖 Documentation Updates

  • Updated related documentation, if applicable
  • Updated changelog

@christian-stephen christian-stephen requested a review from a team as a code owner December 20, 2024 14:56
env: [CGO_ENABLED=0]
goos: [linux]
goarch: [amd64, arm64]
goarch: [amd64]
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

We don't use arm64 for the fake task-agent, so no need to target it.

FROM scratch AS builder

ARG ARCH
ARG TARGETPLATFORM
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Automatically populated with the value of --platform.

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