Skip to content

Commit e97cf31

Browse files
committed
build for arm64
1 parent def0d78 commit e97cf31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
6060
with:
6161
context: .
62-
platforms: linux/amd64, linux/arm/v7
62+
platforms: linux/amd64, linux/arm/v7, linux/arm64
6363
push: ${{ github.event_name != 'pull_request' }}
6464
tags: ${{ steps.meta.outputs.tags }}
6565
labels: ${{ steps.meta.outputs.labels }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#FROM apisite/apisite:0.6.1
2-
FROM ghcr.io/apisite/apisite:v0.6.10
2+
FROM ghcr.io/apisite/apisite:v0.6.11
33

44
MAINTAINER Aleksei Kovrizhkin <lekovr+apisite@gmail.com>
55

0 commit comments

Comments
 (0)