From d8b14082e44f2b2ea87793e88a294c470465c289 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Sun, 15 Aug 2021 11:12:07 -0600 Subject: [PATCH] Remove some older arm build platforms --- .github/workflows/build+test.yml | 2 +- README.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build+test.yml b/.github/workflows/build+test.yml index e42bac3..31cc8a1 100644 --- a/.github/workflows/build+test.yml +++ b/.github/workflows/build+test.yml @@ -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 }} diff --git a/README.md b/README.md index d236cac..ddd44e2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ All this does is present a login page. Upon successful login, the browser gets a cookie, -and \ No newline at end of file +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.