Skip to content

Commit

Permalink
Add missing platforms in base image build (#5017)
Browse files Browse the repository at this point in the history
add missing platforms in base image build
  • Loading branch information
oseoin authored Jan 31, 2024
1 parent b45ba10 commit e996860
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-base-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
cache-to: type=gha,mode=max
target: common
tags: ${{ steps.meta.outputs.tags }}
platforms: ${{ matrix.platforms }}
pull: true
push: true
build-args: |
Expand Down Expand Up @@ -162,6 +163,7 @@ jobs:
cache-to: type=gha,mode=max
target: common
tags: ${{ steps.meta.outputs.tags }}
platforms: ${{ matrix.platforms }}
pull: true
push: true
build-args: |
Expand Down Expand Up @@ -248,6 +250,7 @@ jobs:
cache-to: type=gha,mode=max
target: common
tags: ${{ steps.meta.outputs.tags }}
platforms: ${{ matrix.platforms }}
pull: true
push: true
build-args: |
Expand Down

0 comments on commit e996860

Please sign in to comment.