Skip to content

Commit

Permalink
Remove arm from dev build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Inrixia committed Sep 18, 2022
1 parent e9b67a7 commit 627f018
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/autoBuildDev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ jobs:
runs-on: 'ubuntu-latest'

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

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

Expand All @@ -48,11 +45,10 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Publish dev build on DockerHub
- name: Build & Publish dev on DockerHub
uses: docker/build-push-action@v2
with:
push: true
tags: inrix/floatplane-downloader:dev
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64
2 changes: 1 addition & 1 deletion .github/workflows/autoRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Publish release on DockerHub
- name: Build & Publish release on DockerHub
uses: docker/build-push-action@v2
with:
push: true
Expand Down

0 comments on commit 627f018

Please sign in to comment.