mirror of
https://github.com/pelican-dev/panel.git
synced 2025-06-17 08:01:07 +02:00
ci(docker): temporarily disable arm64 dev build
This commit is contained in:
parent
db4aa86fbc
commit
dae40ee02d
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
@ -54,7 +54,7 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
file: ./Containerfile
|
file: ./Containerfile
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64 #,linux/arm64
|
||||||
tags: ${{ steps.docker_meta.outputs.tags }}
|
tags: ${{ steps.docker_meta.outputs.tags }}
|
||||||
labels: ${{ steps.docker_meta.outputs.labels }}
|
labels: ${{ steps.docker_meta.outputs.labels }}
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
|
Loading…
x
Reference in New Issue
Block a user