Remove some older arm build platforms

This commit is contained in:
Neale Pickett 2021-08-15 11:12:07 -06:00
parent 8bf77b2f7b
commit d8b14082e4
2 changed files with 6 additions and 2 deletions

View File

@ -54,6 +54,6 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
file: build/Containerfile
push: true
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
platforms: linux/amd64,linux/arm64
tags: |
ghcr.io/nealey/simpleauth:${{ steps.vars.outputs.tag }}

View File

@ -1,3 +1,7 @@
All this does is present a login page.
Upon successful login, the browser gets a cookie,
and
and further attempts to access will get the success page.
I made this to use with the Traefik forward-auth middleware.
All I need was a simple password, that's easy to fill with a password manager.
This checks those boxes.