Skip to content

Commit

Permalink
Default base image to amazon linux
Browse files Browse the repository at this point in the history
  • Loading branch information
wongma7 committed Jul 1, 2021
1 parent 4177a8a commit fb44a43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ OUTPUT_TYPE?=docker

OS?=linux
ARCH?=amd64
OSVERSION?=debian
OSVERSION?=amazon

ALL_OS=linux windows
ALL_ARCH.linux=amd64 arm64
ALL_OSVERSION.linux=debian amazon
ALL_OSVERSION.linux=amazon debian
ALL_OS_ARCH_OSVERSION.linux = $(foreach arch, $(ALL_ARCH.linux), $(foreach osversion, ${ALL_OSVERSION.linux}, linux-$(arch)-${osversion}))
ALL_ARCH.windows=amd64
ALL_OSVERSION.windows=1809
Expand Down

0 comments on commit fb44a43

Please sign in to comment.