simple-login / app

The SimpleLogin back-end and web app
https://simplelogin.io
GNU Affero General Public License v3.0
5.15k stars 437 forks source link

ci: add arm docker images #2056

Closed martadams89 closed 8 months ago

martadams89 commented 8 months ago

Add arm64 images to ci pipeline

acasajus commented 8 months ago
martadams89 commented 8 months ago

@acasajus thanks, I've updated to run only on

on:
  push:
    paths:
      - '.github/workflows/main.yml'

This means the workflow will only run when this file is updated - not sure if this is what you were asking for?

acasajus commented 8 months ago

I'd like to run the action in this MR so we can make sure it won't break the rest when we merge this one.

martadams89 commented 8 months ago

Anything you need me to do on the PR so that the action can be tested?