Skip to content

Commit

Permalink
Update docker-image-arm64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akhil-rana authored Feb 22, 2024
1 parent c6fa64f commit 48dc10a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/docker-image-arm64.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: (ARM64) Publish Docker Image to Docker Hub
name: (Multi Arch) Publish Docker Image to Docker Hub

on:
workflow_dispatch: # Triggered manually
Expand All @@ -22,10 +22,8 @@ jobs:
username: akhilrana
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build and push ARM64 Docker image
- name: Build and push Docker image
run: |
docker buildx ls
sleep 30
docker buildx build --platform linux/arm64,linux/amd64 --push -t akhilrana/telegramarr:multi-arch .
docker buildx build --platform linux/arm64,linux/arm64v8,linux/amd64 --push -t akhilrana/telegramarr:multi-arch .
env:
DOCKER_CLI_EXPERIMENTAL: enabled

0 comments on commit 48dc10a

Please sign in to comment.