Skip to content

Commit 0246e7b

Browse files
authored
Merge pull request #4 from glillico:arm64
Added option for building arm64 based images.
2 parents 0d42b80 + 507421a commit 0246e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ jobs:
5555
with:
5656
context: ./
5757
file: Dockerfile
58-
# platforms: linux/amd64,linux/arm/v7,linux/arm64
58+
platforms: linux/amd64,linux/arm64
5959
push: true
6060
tags: ${{ github.repository }}:latest

0 commit comments

Comments
 (0)