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

GitHub Actions #3

Open
gregnr opened this issue Dec 29, 2021 · 0 comments
Open

GitHub Actions #3

gregnr opened this issue Dec 29, 2021 · 0 comments

Comments

@gregnr
Copy link
Member

gregnr commented Dec 29, 2021

Problem

This project currently has no CI and therefore no way to consistently test/build/release the package.

This task is to setup GitHub actions to test the app, build it, build & push the Docker image, and release to Homebrew (using something like GoReleaser).

For Docker build, don't forget to build cross platform (to support both Intel and M1 chips), ie:

$ docker buildx build --platform linux/amd64,linux/arm64 --push -t ghcr.io/chipmk/docker-mac-net-connect/setup:latest .
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

No branches or pull requests

1 participant