mirror of
https://github.com/fergalmoran/bitchmin.git
synced 2026-02-15 12:24:05 +00:00
Add back platforms and add web build
This commit is contained in:
3
.github/workflows/build-server.yml
vendored
3
.github/workflows/build-server.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
id: prepare
|
||||
run: |
|
||||
DOCKER_IMAGE=fergalmoran/bitchmin-api
|
||||
DOCKER_PLATFORMS=linux/arm/v7
|
||||
DOCKER_PLATFORMS=linux/amd64,linux/arm/v7
|
||||
VERSION=edge
|
||||
|
||||
if [[ $GITHUB_REF == refs/tags/* ]]; then
|
||||
@@ -62,3 +62,4 @@ jobs:
|
||||
if: always() && github.event_name != 'pull_request'
|
||||
run: |
|
||||
docker buildx imagetools inspect ${{ steps.prepare.outputs.docker_image }}:${{ steps.prepare.outputs.version }}
|
||||
|
||||
Reference in New Issue
Block a user