Skip to content

Commit

Permalink
Merge pull request #6 from lreis2415/dev
Browse files Browse the repository at this point in the history
remove  --platform=$BUILDPLATFORM
  • Loading branch information
crazyzlj authored Jun 12, 2024
2 parents 153676f + 3769933 commit 4f6e73e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/alpine-openmpi-gdal-py3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#

# Use GDAL image tagged alpine-small-latest as the build and test container
FROM --platform=$BUILDPLATFORM ghcr.io/osgeo/gdal:alpine-normal-latest as builder
FROM ghcr.io/osgeo/gdal:alpine-normal-latest as builder

LABEL maintainer="Liang-Jun Zhu <zlj@lreis.ac.cn>"

Expand Down
2 changes: 1 addition & 1 deletion docker/alpine-openmpi-gdal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#

# Use GDAL image tagged alpine-small-latest as the build and test container
FROM --platform=$BUILDPLATFORM ghcr.io/osgeo/gdal:alpine-small-latest as builder
FROM ghcr.io/osgeo/gdal:alpine-small-latest as builder

LABEL maintainer="Liang-Jun Zhu <zlj@lreis.ac.cn>"

Expand Down
2 changes: 1 addition & 1 deletion docker/debian-miniconda-openmpi-gdal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# Use continuumio/miniconda3 as the build and test container, which is based on debian:12.5-slim
# https://github.com/ContinuumIO/docker-images/blob/main/miniconda3/debian/Dockerfile
FROM --platform=$BUILDPLATFORM continuumio/miniconda3 as builder
FROM continuumio/miniconda3 as builder

LABEL maintainer="Liang-Jun Zhu <zlj@lreis.ac.cn>"

Expand Down

0 comments on commit 4f6e73e

Please sign in to comment.