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

Create docker-build.yml #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Create docker-build.yml #14

wants to merge 2 commits into from

Conversation

ethack
Copy link
Contributor

@ethack ethack commented Jun 8, 2021

First pass at a github action replacement for docker build.
Also tests building for arm7 and arm64.

Copy link
Contributor Author

@ethack ethack left a comment

Choose a reason for hiding this comment

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

These are the changes needed before merging after it's been tested.


on:
push:
branches: [ main, github-workflow-build ]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Remove github-workflow-build

with:
platforms: linux/amd64,linux/arm64,linux/arm/v7
tags: |
activecm/passer:test
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Change test to latest

name: Build and push
uses: docker/build-push-action@v2
with:
platforms: linux/amd64,linux/arm64,linux/arm/v7
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Remove any platforms that aren't working

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.

None yet

1 participant