Unverified Commit 9fe15a03 authored by boojack's avatar boojack Committed by GitHub

chore(revert): update test image platforms (#576)

Revert "chore: update test image platforms (#575)"

This reverts commit 500afffb.
parent 500afffb
......@@ -25,7 +25,7 @@ jobs:
with:
install: true
- name: Build and Push to linux/amd64
- name: Build and Push
id: docker_build
uses: docker/build-push-action@v3
with:
......@@ -34,13 +34,3 @@ 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
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