Skip to content

Commit 710bd78

Browse files
committed
disable building of arm64 docker
1 parent 6bb0bfa commit 710bd78

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/docker-edge.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ jobs:
1818
username: ${{ secrets.DOCKERHUB_USERNAME }}
1919
password: ${{ secrets.DOCKERHUB_TOKEN }}
2020
- name: Build and push
21-
uses: docker/build-push-action@v5
21+
uses: docker/build-push-action@v6
2222
with:
2323
context: edge
24-
platforms: linux/amd64,linux/arm64
24+
# platforms: linux/amd64,linux/arm64
25+
platforms: linux/amd64
2526
push: true
2627
tags: dannyben/bashly:edge

.github/workflows/docker-latest.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@ jobs:
4141
password: ${{ secrets.DOCKERHUB_TOKEN }}
4242

4343
- name: Build and push
44-
uses: docker/build-push-action@v5
44+
uses: docker/build-push-action@v6
4545
with:
4646
context: .
47-
platforms: linux/amd64,linux/arm64
47+
# platforms: linux/amd64,linux/arm64
48+
platforms: linux/amd64
4849
push: true
4950
tags: |
5051
dannyben/bashly

0 commit comments

Comments
 (0)