Unverified Commit 500afffb authored by boojack's avatar boojack Committed by GitHub

chore: update test image platforms (#575)

chore: update test image plantforms
parent 5f3cade8
...@@ -25,7 +25,7 @@ jobs: ...@@ -25,7 +25,7 @@ jobs:
with: with:
install: true install: true
- name: Build and Push - name: Build and Push to linux/amd64
id: docker_build id: docker_build
uses: docker/build-push-action@v3 uses: docker/build-push-action@v3
with: with:
...@@ -34,3 +34,13 @@ jobs: ...@@ -34,3 +34,13 @@ jobs:
platforms: linux/amd64 platforms: linux/amd64
push: true push: true
tags: neosmemo/memos:test 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment