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 6e36afd commit c254c09Copy full SHA for c254c09
.github/workflows/deploy-ALPHA-flavors.yml
@@ -107,7 +107,7 @@ jobs:
107
with:
108
context: .
109
file: flavors/${{ matrix.flavor }}/Dockerfile
110
- platforms: linux/amd64
+ platforms: linux/amd64,linux/arm64
111
build-args: |
112
BUILD_DATE=${{ env.BUILD_DATE }}
113
BUILD_REVISION=${{ github.sha }}
.github/workflows/deploy-ALPHA.yml
@@ -96,7 +96,7 @@ jobs:
96
97
98
file: Dockerfile
99
100
101
102
0 commit comments