Compare commits
No commits in common. "6ac6b5e4edef1127fd58e7d003c01218f242f122" and "d67d3945ad63d56557b5be0194fb54ebb52618c9" have entirely different histories.
6ac6b5e4ed
...
d67d3945ad
2 changed files with 2 additions and 4 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
Loading…
Add table
Reference in a new issue