mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 18:48:06 +01:00
Fix build-security workflow for glitch-soc
This commit is contained in:
parent
ff58ec0103
commit
63d7a30503
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-security.yml
vendored
2
.github/workflows/build-security.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
with:
|
||||
file_to_build: Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
use_native_arm64_builder: true
|
||||
use_native_arm64_builder: false
|
||||
cache: false
|
||||
push_to_images: |
|
||||
ghcr.io/${{ github.repository_owner }}/mastodon
|
||||
|
|
Loading…
Reference in a new issue