Remove some older arm build platforms
This commit is contained in:
parent
8bf77b2f7b
commit
d8b14082e4
|
@ -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 }}
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue