Skip to content

Commit 1a3c1b6

Browse files
committed
chore(sinusbot): build for AMD64 only
1 parent 7e3eeba commit 1a3c1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
with:
101101
context: .
102102
file: ./apps/${{ matrix.app }}/Dockerfile
103-
platforms: linux/amd64,linux/arm64/v8
103+
platforms: ${{ matrix.app == 'sinusbot' && 'linux/amd64' || 'linux/amd64,linux/arm64/v8' }}
104104
push: true
105105
pull: true
106106
tags: cubecoders/ampbase:${{ matrix.app }}

0 commit comments

Comments
 (0)