Skip to content

Commit

Permalink
Limit platforms to the ones supported by base image
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-p-marques committed Jan 26, 2021
1 parent 572db06 commit caec8bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .copier-answers.image-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ _src_path: https://github.com/Tecnativa/image-template.git
dockerhub_image: ""
image_platforms:
- linux/amd64
- linux/arm/v7
- linux/arm64/v8
- linux/s390x
main_branches:
- main
project_name: ci-base
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,7 @@ jobs:
file: ./Dockerfile
platforms: |
linux/amd64
linux/arm/v7
linux/arm64/v8
linux/s390x
load: false
push: true
cache-from: type=local,src=/tmp/.buildx-cache
Expand Down Expand Up @@ -137,9 +135,7 @@ jobs:
file: ./Dockerfile
platforms: |
linux/amd64
linux/arm/v7
linux/arm64/v8
linux/s390x
load: false
push: true
cache-from: type=local,src=/tmp/.buildx-cache
Expand Down

0 comments on commit caec8bb

Please sign in to comment.