mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 15:52:56 +10:00
remove arm64 support for the time being, because of upstream support
This commit is contained in:
1
.github/workflows/digitalocean-deploy.yml
vendored
1
.github/workflows/digitalocean-deploy.yml
vendored
@ -1,7 +1,6 @@
|
|||||||
name: Deploy Latest Version on DigitalOcean
|
name: Deploy Latest Version on DigitalOcean
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
|
||||||
workflow_run:
|
workflow_run:
|
||||||
workflows:
|
workflows:
|
||||||
- Build and Push Docker Image
|
- Build and Push Docker Image
|
||||||
|
|||||||
5
.github/workflows/docker-build-push.yml
vendored
5
.github/workflows/docker-build-push.yml
vendored
@ -16,7 +16,6 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
arch: [amd64, arm64]
|
|
||||||
image: [client, server]
|
image: [client, server]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -30,7 +29,7 @@ jobs:
|
|||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v2.1.0
|
uses: docker/setup-qemu-action@v2.1.0
|
||||||
with:
|
with:
|
||||||
platforms: ${{ matrix.arch }}
|
platforms: amd64
|
||||||
|
|
||||||
- id: buildx
|
- id: buildx
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
@ -54,7 +53,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
platforms: ${{ matrix.arch }}
|
platforms: linux/amd64
|
||||||
file: ${{ matrix.image }}/Dockerfile
|
file: ${{ matrix.image }}/Dockerfile
|
||||||
tags: |
|
tags: |
|
||||||
amruthpillai/reactive-resume:${{ matrix.image }}-latest
|
amruthpillai/reactive-resume:${{ matrix.image }}-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user