Skip to content

Commit

Permalink
add arm64 to workflow and update mariadb version
Browse files Browse the repository at this point in the history
  • Loading branch information
slayer321 committed Oct 19, 2023
1 parent b1c51e3 commit 7ba0187
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 --push -t ghcr.io/infracloudio/ruby-on-rails-acorn:${TAG} .
acorn build --platform linux/amd64 --platform linux/arm64 --push -t ghcr.io/infracloudio/ruby-on-rails-acorn:${TAG} .
2 changes: 1 addition & 1 deletion Acornfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Ruby on Rails Sample Acorn"
description: "Acorn running a sample Ruby on Rails app"
readme: "./README.md"

services: db: image: "ghcr.io/acorn-io/mariadb:v1.0.0"
services: db: image: "ghcr.io/acorn-io/mariadb:v10.11.5-1"

containers: web: {
build: {
Expand Down

0 comments on commit 7ba0187

Please sign in to comment.