From a7119a4d0f2115f224b70d92457406dbdfba06da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Sch=C3=BCller?= Date: Tue, 3 Dec 2024 12:13:45 +0100 Subject: [PATCH] osbuild-service-maintenance/aws: support aws credential file Support running the maintenance locally with a valid `~/aws/credentials` file. HMS-3632 --- Makefile | 18 +++++++++++++++--- cmd/osbuild-service-maintenance/aws.go | 18 +++++++++++++++--- 2 files changed, 30 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 9103c6c16..e5421316d 100644 --- a/Makefile +++ b/Makefile @@ -130,8 +130,13 @@ man: $(MANPAGES_TROFF) # They are not supported nor is their use recommended in scripts. # +.PHONY: build-maintenance +build-maintenance: $(BUILDDIR)/bin/ + go build -o $