Skip to content

Commit

Permalink
removed darwin platform since there's no darwin rocky8 image
Browse files Browse the repository at this point in the history
  • Loading branch information
njones-lanl committed Mar 28, 2024
1 parent 273f4c9 commit 2f5d765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: build+push
uses: docker/build-push-action@v5
with:
platforms: linux/amd64,linux/arm64,darwin/arm64
platforms: linux/amd64,linux/arm64
context: "{{defaultContext}}:dnsmasq-dhcpd-dynamic"
push: true
tags: ghcr.io/openchami/dnsmasq:dynamic

0 comments on commit 2f5d765

Please sign in to comment.