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

Add support for Arm64 Docker images #201

Merged
merged 1 commit into from
May 14, 2023
Merged

Add support for Arm64 Docker images #201

merged 1 commit into from
May 14, 2023

Conversation

yannh
Copy link
Owner

@yannh yannh commented May 14, 2023

Instruct goreleaser to also build arm64 images.

@yannh yannh merged commit d947479 into master May 14, 2023
yannh added a commit that referenced this pull request May 14, 2023
yannh added a commit that referenced this pull request May 14, 2023
- 'ghcr.io/{{.Env.GIT_OWNER}}/kubeconform:{{ .Tag }}-arm64-alpine'
dockerfile: Dockerfile-alpine
build_flag_templates:
- "--platform=darwin/arm64"
Copy link
Contributor

Choose a reason for hiding this comment

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

there is no darwin platform support for alpine image, this PR should do the job

@@ -1,4 +1,4 @@
FROM alpine:3.14 as certs
FROM alpine:3.14
Copy link
Contributor

Choose a reason for hiding this comment

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

3.14 has been deprecated for quite some time, 3.18 is the latest and greatest

image

Copy link
Contributor

Choose a reason for hiding this comment

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

I create a PR for updating the alpine base image dependency as well, #203

@yannh yannh deleted the arm-images branch September 3, 2023 22:17
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