Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker-hub-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
DOCKER_NAMESPACE: matrixdotorg
PLATFORMS: linux/amd64
PLATFORMS: linux/amd64,linux/arm64,linux/arm/v7
# Only push if this is main, otherwise we just want to build
PUSH: ${{ github.ref == 'refs/heads/main' }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-hub-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
DOCKER_NAMESPACE: matrixdotorg
PLATFORMS: linux/amd64
PLATFORMS: linux/amd64,linux/arm64,linux/arm/v7

jobs:
docker-release:
Expand Down
Loading