Skip to content

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.

2 participants