Skip to content

Commit

Permalink
Fix focal build
Browse files Browse the repository at this point in the history
The base image is `buster` instead of previously assumed `stretch`
  • Loading branch information
rashiq committed Oct 6, 2023
1 parent bd46b5a commit 49c1e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/build-deploy-tarball
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ cp ${tarball}.gz "$BUILD_ARTIFACT_DIR"/gh-ost/
### HACK HACK HACK HACK ###
# blame @carlosmn, @mattr, @timvaillancourt and @rashiq
# Allow builds on buster to also be used for focal
focal_tarball_name=$(echo $(basename "${tarball}") | sed s/-stretch-/-focal-/)
focal_tarball_name=$(echo $(basename "${tarball}") | sed s/-buster-/-focal-/)
cp ${tarball}.gz "$BUILD_ARTIFACT_DIR/gh-ost/${focal_tarball_name}.gz"

0 comments on commit 49c1e33

Please sign in to comment.