btrfs-progs/.github/workflows
David Sterba 16126bcff6 btrfs-progs: ci: build static versions as artifacts
Build static binaries (published as artifacts):

- btrfs.static - the main tool
- btrfs.box.static - all-in-one tool (functionality selected by file name)

There are a few problems:

- unstable URL, i.e. not one location to get the binaries from, multiple
  steps need on web or by using API

- downloaded files are in .zip (compression cannot be disabled with
  upload-artifact@v3)

- permissions of the file inside .zip are lost, manual chmod needed
  after extraction

- artifacts can be downloaded only for logged users

Issue: #593
Signed-off-by: David Sterba <dsterba@suse.com>
2023-04-13 16:33:19 +02:00
..
artifacts-static-build.yml btrfs-progs: ci: build static versions as artifacts 2023-04-13 16:33:19 +02:00
ci-build-test.yml btrfs-progs: ci: add workflow for CI image build tests 2023-04-12 18:47:00 +02:00
devel.yml btrfs-progs: ci: build workflow Github actions for devel 2023-03-22 15:21:37 +01:00
test.yml btrfs-progs: ci: build workflow Github actions for devel 2023-03-22 15:21:37 +01:00