We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca384f commit 26f808aCopy full SHA for 26f808a
.github/workflows/deploy.yml
@@ -34,6 +34,7 @@ jobs:
34
with:
35
file: Dockerfile
36
push: ${{ github.event_name != 'pull_request' }}
37
+ platforms: linux/amd64,linux/arm64
38
tags: |
39
ghcr.io/flatpak/flatpak.github.io:${{ github.sha }}
40
ghcr.io/flatpak/flatpak.github.io:latest
0 commit comments