testing if specific build fails on arm64
This commit is contained in:
parent
4e0938a0af
commit
252d4fc1a4
1 changed files with 2 additions and 1 deletions
3
.github/workflows/fedora-xfce-build.yml
vendored
3
.github/workflows/fedora-xfce-build.yml
vendored
|
|
@ -119,7 +119,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: ./xfce
|
context: ./xfce
|
||||||
file: ./xfce/Dockerfile
|
file: ./xfce/Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64
|
# platforms: linux/amd64,linux/arm64
|
||||||
|
platforms: linux/arm64
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue