Skip to content

Commit

Permalink
Drop support for arm
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelWei committed Sep 19, 2023
1 parent 92a7455 commit d69cb37
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ jobs:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v4.0.1
Expand Down Expand Up @@ -59,14 +53,7 @@ jobs:
file: docker/app/Dockerfile
context: .
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=pilos/pilos:buildcache
cache-to: type=registry,ref=pilos/pilos:buildcache,mode=max
- name: Upload npm logs
uses: actions/upload-artifact@v2
if: failure()
with:
name: npm-debug.log
path: /var/www/.npm/_logs/*.log

0 comments on commit d69cb37

Please sign in to comment.