aboutsummaryrefslogtreecommitdiff
path: root/profiles/alpine.conf
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/alpine.conf')
-rw-r--r--profiles/alpine.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/profiles/alpine.conf b/profiles/alpine.conf
index e282e6f..f89d8a6 100644
--- a/profiles/alpine.conf
+++ b/profiles/alpine.conf
@@ -9,7 +9,7 @@ arch-x86_64 { include required("arch/x86_64") }
9# profile vars 9# profile vars
10alpine { 10alpine {
11 # default profile revision is 'r0', reset for each new version release! 11 # default profile revision is 'r0', reset for each new version release!
12 #revision = "r0" 12 revision = "r1"
13 13
14 ami_desc_suffix = " - https://github.com/mcrute/alpine-ec2-ami" 14 ami_desc_suffix = " - https://github.com/mcrute/alpine-ec2-ami"
15 15
@@ -28,5 +28,7 @@ BUILDS {
28 # merge version, arch, and profile vars 28 # merge version, arch, and profile vars
29 v3_10-x86_64 = ${version-3_10} ${arch-x86_64} ${alpine} 29 v3_10-x86_64 = ${version-3_10} ${arch-x86_64} ${alpine}
30 v3_9-x86_64 = ${version-3_9} ${arch-x86_64} ${alpine} 30 v3_9-x86_64 = ${version-3_9} ${arch-x86_64} ${alpine}
31 edge-x86_64 = ${version-edge} ${arch-x86_64} ${alpine} 31 edge-x86_64 = ${version-edge} ${arch-x86_64} ${alpine} {
32 revision = "@NOW@"
33 }
32} 34}