Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Multi-arch build
Browse files Browse the repository at this point in the history
  • Loading branch information
cjellick committed Jul 26, 2022
1 parent 65f5861 commit d826edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
run: echo "TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Build and push acorn
run: |
acorn build -t ghcr.io/acorn-io/acorn-dns:$TAG .
acorn build --platform linux/amd64 --platform linux/arm64 -t ghcr.io/acorn-io/acorn-dns:$TAG .
acorn push ghcr.io/acorn-io/acorn-dns:$TAG

0 comments on commit d826edd

Please sign in to comment.