This commit is contained in:
Christian Beutel
2025-02-16 20:57:20 +01:00
parent 6b35ca96d6
commit f2077cb171
4 changed files with 27 additions and 6 deletions

View File

@@ -79,11 +79,11 @@ jobs:
VERSION: ${{ needs.versioning.outputs.version }}
run: |
# Build db image
cd db
env GOOS=linux GOARCH=arm64 go build -o pocketbase_arm64
env GOOS=linux GOARCH=amd64 go build -o pocketbase_amd64
cd ..
docker buildx build db/ --no-cache -t flomp/wanderer-db:$VERSION -t flomp/wanderer-db:latest --platform=linux/amd64,linux/arm64 --push
# cd db
# env GOOS=linux GOARCH=arm64 go build -o pocketbase_arm64
# env GOOS=linux GOARCH=amd64 go build -o pocketbase_amd64
# cd ..
# docker buildx build db/ --no-cache -t flomp/wanderer-db:$VERSION -t flomp/wanderer-db:latest --platform=linux/amd64,linux/arm64 --push
# Build web image
export PUBLIC_VALHALLA_URL=https://valhalla1.openstreetmap.de