build the 32 images
This commit is contained in:
parent
837b110c2d
commit
e98127b3db
4
.github/workflows/pr.yml
vendored
4
.github/workflows/pr.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: 31/apache
|
||||
context: 32/apache
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
@ -72,7 +72,7 @@ jobs:
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: 31/fpm
|
||||
context: 32/fpm
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user