Skip to content

Commit

Permalink
added all platforms to the package
Browse files Browse the repository at this point in the history
  • Loading branch information
0PandaDEV committed Aug 24, 2024
1 parent 9edcd6f commit 1fdd3a1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Push Docker Image
name: Build and Push Github Package

on:
push:
Expand All @@ -20,6 +20,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

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

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

Expand All @@ -35,5 +38,6 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
tags: |
${{ env.GITHUB_REGISTRY }}/${{ env.GITHUB_IMAGE_NAME }}:latest

0 comments on commit 1fdd3a1

Please sign in to comment.