/[LeafOK_CVS]/lbbs-combo/.github/workflows/docker-image.yml
ViewVC logotype

Annotation of /lbbs-combo/.github/workflows/docker-image.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations)
Fri Jan 9 11:16:28 2026 UTC (2 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.2: +6 -11 lines
Content type: application/yaml
Update for multi-platform build

1 sysadm 1.1 name: Docker Image CI
2    
3     on:
4     push:
5     branches: [ "main" ]
6     pull_request:
7     branches: [ "main" ]
8    
9 sysadm 1.3 env:
10     DOCKERHUB_PLATFORMS: linux/amd64,linux/arm64
11     RUN_PLATFORM: linux/amd64
12    
13 sysadm 1.1 jobs:
14    
15     build:
16    
17     runs-on: ubuntu-latest
18    
19     steps:
20     - name: Checkout repository and submodules
21     uses: actions/checkout@v4
22     with:
23     submodules: recursive
24     fetch-depth: 0 # fetch all history if the action needs it
25    
26 sysadm 1.3 - name: Build images
27 sysadm 1.2 # Build images and run containers in detached mode
28 sysadm 1.3 run: sh -x build.sh

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1