Skip to content

Commit 4223037

Browse files
committed
update docker build
1 parent 14469e8 commit 4223037

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.dockerignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
*
1+
*

.github/workflows/docker-latest.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ jobs:
4444
uses: docker/build-push-action@v6
4545
with:
4646
context: .
47-
# platforms: linux/amd64,linux/arm64
48-
platforms: linux/amd64
47+
platforms: linux/amd64,linux/arm64
4948
push: true
5049
tags: |
5150
dannyben/bashly

0 commit comments

Comments
 (0)