Skip to content

Commit 82d7b29

Browse files
committed
[Github Actions] Do not generate Docker linux/arm64 image
1 parent 9f2364f commit 82d7b29

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,12 @@ jobs:
2323
- name: Build and push
2424
uses: docker/build-push-action@v7
2525
with:
26-
platforms: linux/amd64,linux/arm64
2726
push: true
2827
tags: thughoneyclient/thug:latest
2928

3029
- name: Release
3130
if: ${{ github.event_name == 'release' }}
3231
uses: docker/build-push-action@v7
3332
with:
34-
platforms: linux/amd64,linux/arm64
3533
push: true
3634
tags: thughoneyclient/thug:${{ github.ref_name }}

0 commit comments

Comments
 (0)