Skip to content

Commit

Permalink
remove docker-compose file and arm64 build from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
slayer321 committed Oct 23, 2023
1 parent 7ba0187 commit 12a3972
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
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} .
31 changes: 0 additions & 31 deletions docker-compose.yaml

This file was deleted.

0 comments on commit 12a3972

Please sign in to comment.