We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3eeba commit 1a3c1b6Copy full SHA for 1a3c1b6
1 file changed
.github/workflows/apps.yml
@@ -100,7 +100,7 @@ jobs:
100
with:
101
context: .
102
file: ./apps/${{ matrix.app }}/Dockerfile
103
- platforms: linux/amd64,linux/arm64/v8
+ platforms: ${{ matrix.app == 'sinusbot' && 'linux/amd64' || 'linux/amd64,linux/arm64/v8' }}
104
push: true
105
pull: true
106
tags: cubecoders/ampbase:${{ matrix.app }}
0 commit comments