Skip to content

Commit e436b8a

Browse files
committed
build stretch
1 parent 59b70f5 commit e436b8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.16-buster
1+
FROM golang:1.16-stretch
22
LABEL maintainer="[email protected]"
33

44
RUN useradd -m testuser

script/build-deploy-tarball

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ cp ${tarball}.gz "$BUILD_ARTIFACT_DIR"/freno/
3131
### HACK HACK HACK ###
3232
# blame @carlosmn, @mattr, @timvaillancourt and @rashiq
3333
# Allow builds on buster to also be used for focal
34-
focal_tarball_name=$(echo $(basename "${tarball}") | sed s/-buster-/-focal-/)
34+
focal_tarball_name=$(echo $(basename "${tarball}") | sed s/-stretch-/-focal-/)
3535
cp ${tarball}.gz "$BUILD_ARTIFACT_DIR/freno/${focal_tarball_name}.gz"

0 commit comments

Comments
 (0)