mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-07 08:34:15 +01:00
ci: Only publish for linux/amd64 during tests
This commit is contained in:
parent
c09ee0b82f
commit
048a1d4a88
2
.github/workflows/publish-latest-to-ghcr.yml
vendored
2
.github/workflows/publish-latest-to-ghcr.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
|
||||
platforms: linux/amd64 #,linux/arm/v6,linux/arm/v7,linux/arm64
|
||||
pull: true
|
||||
push: true
|
||||
tags: ${{ env.IMAGE_REPOSITORY }}:latest
|
||||
|
Loading…
Reference in New Issue
Block a user