Skip to content

Commit

Permalink
update Docker builds (3.20 + fix dockerfile path) (#44573)
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Aug 5, 2021
1 parent d01fb8f commit 89f8b1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
if [[ "${GITHUB_REF}" =~ ^refs/tags ]]; then
echo "::set-output name=matrix::{\"branch\":[\"${GITHUB_REF##*/}\"]}"
else
echo "::set-output name=matrix::{\"branch\":[\"master\", \"release-3_16\", \"release-3_18\"]}"
echo "::set-output name=matrix::{\"branch\":[\"master\", \"release-3_16\", \"release-3_20\"]}"
fi
build-docker:
Expand All @@ -43,7 +43,7 @@ jobs:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
CC: /usr/lib/ccache/gcc
CXX: /usr/lib/ccache/g++ # Building SIP binding freezes with Clang in Docker, maybe a SIP issue, maybe not
DOCKER_BUILD_DEPS_FILE: qgis3-build-deps.dockerfile
DOCKER_BUILD_DEPS_FILE: qgis3-qt5-build-deps.dockerfile

strategy:
matrix: ${{ fromJSON( needs.define-strategy.outputs.matrix ) }}
Expand Down

0 comments on commit 89f8b1d

Please sign in to comment.