Skip to content

Commit

Permalink
build only on amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
slayer321 committed Oct 17, 2023
1 parent 803703a commit c927635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- name: Build and Publish with signature
run: |
TAG=${GITHUB_REF#refs/*/}
acorn build --platform linux/amd64 --platform linux/arm64 --push -t ghcr.io/infracloudio/ruby-on-rails-acorn:${TAG} .
acorn build --platform linux/amd64 --push -t ghcr.io/infracloudio/ruby-on-rails-acorn:${TAG} .

0 comments on commit c927635

Please sign in to comment.