Skip to content

Commit

Permalink
wails worflow
Browse files Browse the repository at this point in the history
  • Loading branch information
frnandu committed Jan 19, 2024
1 parent 3486f03 commit 455f477
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/wails.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Multiplatform Docker build & push
on:
push:
release:
types: [published]
jobs:
build:
strategy:
fail-fast: false
matrix:
build: [
{ name: nostr-wallet-connect, platform: linux/amd64, os: ubuntu-latest },
]
env:
REGISTRY: ghcr.io
IMAGENAME: ${{ github.event.repository.name }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Check out code
- uses: dAppServer/[email protected]
with:
build-name: ${{ matrix.build.name }}
build-platform: ${{ matrix.build.platform }}
package: false
go-version: '1.21'

0 comments on commit 455f477

Please sign in to comment.