Skip to content

Commit

Permalink
chore(makefile): add missing amazonlinux2023 target
Browse files Browse the repository at this point in the history
Signed-off-by: Massimiliano Giovagnoli <[email protected]>
  • Loading branch information
maxgio92 committed Oct 14, 2024
1 parent 4a7eb00 commit a1d0965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ oci_image := quay.io/maxgio92/$(app)

bins := go golangci-lint gofumpt aws

DISTROS ?= amazonlinux amazonlinux2 amazonlinux2022 archlinux centos debian fedora opensuse oracle ubuntu
DISTROS ?= amazonlinux amazonlinux2 amazonlinux2022 amazonlinux2023 archlinux centos debian fedora opensuse oracle ubuntu

RESULTS_DIR := e2e/results

Expand Down

0 comments on commit a1d0965

Please sign in to comment.