Files
simple-object-server/.gitea/workflows/buildtestpublish.yaml
Your Name 8f8e036113
Some checks failed
Build-Test-Publish / Build (push) Has been cancelled
:-'Generic Commit'
2025-05-29 20:48:09 +12:00

22 lines
591 B
YAML

name: Build-Test-Publish
run-name: ${{ gitea.actor }} is building, testing and publishing Simple Object Storage
on: [push]
jobs:
Build:
runs-on: gitea.jde.nz/public/cppbuilder:latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Build and Test the x86 version of the project
run: |
./test-docker.sh
- name: Build cross-platform versions (amd64 and arm64)
run: |
./build.sh all
- name: Build and Push amd64 + arm64 Docker image to the registry
run: |
./publish.sh