Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas authored Sep 10, 2024
1 parent ab0bb8b commit 1713cf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
- name: Docker Build and Push (archlinux)
uses: docker/build-push-action@v6
with:
context: /tmp/ARCHLINUX/docker-archlinux
platforms: "linux/amd64,linux/arm64"
context: "/tmp/ARCHLINUX/docker-archlinux"
platforms: "linux/386,linux/amd64,linux/arm64,linux/arm/v7,linux/riscv64,linux/ppc64le"
tags: |
azathothas/archlinux:latest
azathothas/archlinux:${{ env.DOCKER_TAG }}
Expand Down

0 comments on commit 1713cf2

Please sign in to comment.