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

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

This reverts commit 500afffbcf.
pull/577/head
boojack 4 years ago committed by GitHub
parent 500afffbcf
commit 9fe15a03b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save