chore: update test image platforms (#575)

chore: update test image plantforms
This commit is contained in:
boojack 2022-11-25 22:06:40 +08:00 committed by GitHub
parent 5f3cade810
commit 500afffbcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ jobs:
with:
install: true
- name: Build and Push
- name: Build and Push to linux/amd64
id: docker_build
uses: docker/build-push-action@v3
with:
@ -34,3 +34,13 @@ jobs:
platforms: linux/amd64
push: true
tags: neosmemo/memos:test
- name: Build and Push linux/arm64
id: docker_build
uses: docker/build-push-action@v3
with:
context: ./
file: ./Dockerfile
platforms: linux/arm64
push: true
tags: neosmemo/memos:test