mirror of
https://github.com/pelican-dev/panel.git
synced 2025-06-16 22:41:08 +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: .
|
||||
file: ./Containerfile
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
platforms: linux/amd64,linux/arm64
|
||||
platforms: linux/amd64 #,linux/arm64
|
||||
tags: ${{ steps.docker_meta.outputs.tags }}
|
||||
labels: ${{ steps.docker_meta.outputs.labels }}
|
||||
cache-from: type=gha
|
||||
|
Loading…
x
Reference in New Issue
Block a user