testing without arm64 build
This commit is contained in:
parent
030e0b65ca
commit
ca418f8461
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ubuntu-mate-build.yml
vendored
3
.github/workflows/ubuntu-mate-build.yml
vendored
|
|
@ -69,7 +69,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: ./ubuntu-mate
|
context: ./ubuntu-mate
|
||||||
file: ./ubuntu-mate/Dockerfile
|
file: ./ubuntu-mate/Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64
|
# platforms: linux/amd64,linux/arm64
|
||||||
|
platforms: linux/amd64
|
||||||
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