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

Build multi-arch images #30

Merged
merged 1 commit into from
Jan 24, 2022
Merged

Build multi-arch images #30

merged 1 commit into from
Jan 24, 2022

Conversation

jgriff
Copy link
Owner

@jgriff jgriff commented Jan 24, 2022

Added buildx to all Makefile and CI builds (latest and release) so we
always build multi-arch images.

You can build and push latest for linux/amd64 and linux/arm64/v8 with:

make release_latest

Otherwise, tagging of the repo continues to trigger CI builds of the
tagged version and will now publish the image for both linux/amd64
and linux/arm64/v8 architectures.

Added `buildx` to all Makefile and CI builds (latest and release) so we
always build multi-arch images.

You can build and push `latest` for `linux/amd64` and `linux/arm64/v8` with:
```
make release_latest
```

Otherwise, tagging of the repo continues to trigger CI builds of the
tagged version and will now publish the image for both `linux/amd64`
and `linux/arm64/v8` architectures.
@jgriff jgriff merged commit 07b6145 into master Jan 24, 2022
@jgriff jgriff deleted the multi-arch branch January 24, 2022 18:35
@jgriff jgriff changed the title Build multi-arch images (#4) Build multi-arch images Jan 24, 2022
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