Compare commits

..

No commits in common. "6ac6b5e4edef1127fd58e7d003c01218f242f122" and "d67d3945ad63d56557b5be0194fb54ebb52618c9" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View file

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

View file

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