Compare commits
2 commits
d67d3945ad
...
6ac6b5e4ed
Author | SHA1 | Date | |
---|---|---|---|
6ac6b5e4ed | |||
330d153feb |
2 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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)
|
Loading…
Add table
Reference in a new issue