File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,7 @@ jobs:
142
142
docker build --rm \
143
143
--cache-from=nipreps/fmriprep \
144
144
-t nipreps/fmriprep:latest \
145
+ --platform linux/amd64 \
145
146
--build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` \
146
147
--build-arg VCS_REF=`git rev-parse --short HEAD` \
147
148
--build-arg VERSION="$THISVERSION" .
@@ -189,6 +190,7 @@ jobs:
189
190
--cache-from localhost:5000/fmriprep \
190
191
--cache-from nipreps/fmriprep:latest \
191
192
-t nipreps/fmriprep:latest \
193
+ --platform linux/amd64 \
192
194
--build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` \
193
195
--build-arg VCS_REF=`git rev-parse --short HEAD` \
194
196
--build-arg VERSION="${CIRCLE_TAG:-$THISVERSION}" .
Original file line number Diff line number Diff line change 54
54
push : ${{ github.event_name != 'pull_request' }}
55
55
tags : ${{ steps.meta.outputs.tags }}
56
56
labels : ${{ steps.meta.outputs.labels }}
57
+ platforms : linux/amd64
57
58
cache-from : |
58
59
type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:master
59
60
type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TARGET_BRANCH }}
You can’t perform that action at this time.
0 commit comments