Compare commits

...

2 commits

Author SHA1 Message Date
6ac6b5e4ed update readme
All checks were successful
Build And Publish Docker / build (push) Successful in 36m4s
2024-08-03 00:42:20 -04:00
330d153feb build for arm 2024-08-03 00:42:04 -04:00
2 changed files with 4 additions and 2 deletions

View file

@ -31,7 +31,7 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
context: ./valhalla-app
file: ./valhalla-app/Dockerfile
platforms: linux/amd64
platforms: linux/arm64/v8
push: true
tags: |
"git.myco.systems/brooke/valhalla-app-container:latest"

View file

@ -1,3 +1,5 @@
# valhalla-app-container
Sample NodeJS valhalla app forgejo build
Sample NodeJS valhalla app forgejo build
Image is build for linux/arm64/v8 (raspberry pi running alpine linux in my case)