Skip to content

Commit

Permalink
Revert "remove incomplete platform"
Browse files Browse the repository at this point in the history
This reverts commit 7be9e88.
  • Loading branch information
zsteinkamp committed Mar 30, 2024
1 parent 432a42b commit 6b45f4a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
context: .
push: true
tags: ${{ steps.nginx_meta.outputs.tags }}
platforms: linux/${{ matrix.architecture }}
labels: ${{ steps.nginx_meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
Expand All @@ -92,6 +93,7 @@ jobs:
target: prod
push: true
tags: ${{ steps.frontend_meta.outputs.tags }}
platforms: linux/${{ matrix.architecture }}
labels: ${{ steps.frontend_meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
Expand All @@ -113,6 +115,7 @@ jobs:
target: api
push: true
tags: ${{ steps.api_meta.outputs.tags }}
platforms: linux/${{ matrix.architecture }}
labels: ${{ steps.api_meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
Expand All @@ -134,6 +137,7 @@ jobs:
target: watcher
push: true
tags: ${{ steps.watcher_meta.outputs.tags }}
platforms: linux/${{ matrix.architecture }}
labels: ${{ steps.watcher_meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
Expand All @@ -155,6 +159,7 @@ jobs:
target: admin
push: true
tags: ${{ steps.admin_meta.outputs.tags }}
platforms: linux/${{ matrix.architecture }}
labels: ${{ steps.admin_meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 6b45f4a

Please sign in to comment.